Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
research11111 authored Oct 15, 2023
1 parent b8b3a34 commit a8f56dc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ conda create -n biodeg python=3.11 && \
conda activate biodeg && \
pip install .
```
#### From github
Download a release from [releases](https://github.com/research11111/biodeg/releases), then
```bash
conda create -n biodeg python=3.11 && \
conda activate biodeg && \
pip install biodeg-*.whl
```
### Developp
#### Install
```bash
Expand All @@ -26,5 +33,5 @@ poetry build
```
#### Test
```bash
pytest
poetry run pytest
```

0 comments on commit a8f56dc

Please sign in to comment.