Skip to content

Commit

Permalink
doc : INSTALL.md pypi section updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Nov 19, 2023
1 parent 3b8b3c2 commit 2ff9b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

### PyPI
- Check [Python Packaging User Guide](https://packaging.python.org/installing/)
- Run `pip install opem` or `pip3 install opem`
- Run `pip install opem==1.3`

### Conda
- Check [Conda Managing Package](https://conda.io)
Expand All @@ -34,7 +34,7 @@
- Download and install [Python3.x](https://www.python.org/downloads/) (>=3.5, 64/32 bit)
- [x] Select `Add to PATH` option
- [x] Select `Install pip` option
- Run `pip install opem==1.2`
- Run `pip install opem==1.3`
- Configure Python interpreter
```matlab
>> pyversion PYTHON_EXECUTABLE_FULL_PATH
Expand Down

0 comments on commit 2ff9b75

Please sign in to comment.