Skip to content

Commit

Permalink
doc : README.md installation section updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Oct 11, 2024
1 parent b1f556c commit 1de654e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,25 +75,25 @@ PyCM is the swiss-army knife of confusion matrices, targeted mainly at data scie
### PyPI

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

### Source code
- Download [Version 4.0](https://github.com/sepandhaghighi/pycm/archive/v4.0.zip) or [Latest Source](https://github.com/sepandhaghighi/pycm/archive/dev.zip)
- Run `pip install .` (Need root access)
- Run `pip install .`

### Conda

- Check [Conda Managing Package](https://conda.io/)
- Update Conda using `conda update conda` (Need root access)
- Run `conda install -c sepandhaghighi pycm` (Need root access)
- Update Conda using `conda update conda`
- Run `conda install -c sepandhaghighi pycm`

### 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.6, 64/32 bit)
- [x] Select `Add to PATH` option
- [x] Select `Install pip` option
- Run `pip install pycm` or `pip3 install pycm` (Need root access)
- Run `pip install pycm` or `pip3 install pycm`
- Configure Python interpreter

```matlab
Expand Down

0 comments on commit 1de654e

Please sign in to comment.