Skip to content

Commit

Permalink
Update README.md -- rm pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki authored Mar 22, 2024
1 parent 4fb2a01 commit 919c5e1
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,13 @@ Miscellaneous Statistical/Machine learning stuff.

### Python

- __1st method__: by using `pip` at the command line for the stable version

```bash
pip install mlsauce --verbose
```


- __2nd method__: from Github, for the development version
- __1st (preferred) method__: from Github, for the development version

```bash
pip install git+https://github.com/Techtonique/mlsauce.git --verbose
```

- __3rd method__: using `conda`
- __2nd method__: using `conda`

```bash
conda install -c conda-forge mlsauce
Expand Down

0 comments on commit 919c5e1

Please sign in to comment.