Skip to content

Commit

Permalink
doc : INSTALL.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Apr 14, 2024
1 parent 938eb9c commit c053792
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
### PyPI

- Check [Python Packaging User Guide](https://packaging.python.org/installing/)
- `pip install art==6.2` (Need root access)
- `pip install art==6.2`

### Source code
- Download [Version 6.2](https://github.com/sepandhaghighi/art/archive/v6.2.zip) or [Latest Source](https://github.com/sepandhaghighi/art/archive/dev.zip)
Expand All @@ -20,19 +20,19 @@

#### Conda-Forge
- Check [Conda-Forge](https://conda-forge.org)
- `conda install -c conda-forge ascii-art ` (Need root access)
- `conda install -c conda-forge ascii-art `

#### Private channel
- Check [Conda Managing Package](https://conda.io)
- `conda install -c sepandhaghighi art ` (Need root access)
- `conda install -c sepandhaghighi art `

### MATLAB

- Download and install [MATLAB](https://www.mathworks.com/products/matlab.html) (>=8.5, 64/32 bit)
- 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 art` (Need root access)
- Run `pip install art`
- Configure Python interpreter
```matlab
>> pyversion PYTHON_EXECUTABLE_FULL_PATH
Expand Down

0 comments on commit c053792

Please sign in to comment.