Skip to content

Commit

Permalink
docs: Fix installation instructions (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnemoi committed May 27, 2024
1 parent 3b1c296 commit f63c5be
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,9 @@ The package will be published on PyPI at each push to the `main` branch through

# Install the package

## With base tools
```bash
python3.11 venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```

## pyenv and poetry
```bash
pyenv install 3.11
pyenv local 3.11
poetry install
```

## Anaconda or Miniconda
```bash
conda create -n cmnemoi-learn python=3.11 -y
conda activate cmnemoi-learn
pip install cmnemoi-learn
```

Expand All @@ -59,13 +44,6 @@ pyenv local 3.11
poetry install --with=dev,test
```

If you run Miniconda or Anaconda:
```bash
conda create -n cmnemoi-learn-dev python=3.11 -y
conda activate cmnemoi-learn-dev
pip install -r requirements-dev.txt
```

# License

The source code of this project is available under [MIT License](LICENSE.md)

0 comments on commit f63c5be

Please sign in to comment.