Skip to content

Commit

Permalink
doc: specify python current version
Browse files Browse the repository at this point in the history
  • Loading branch information
Marie Destandau authored and mariedestandau committed Mar 25, 2022
1 parent 15ece45 commit 715103a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Spectree:
Avec `venv` (vous pouvez aussi utiliser `virtualenv` si vous préférez, voire `virtualenvwrapper`):

```shell
python3.9 -m venv ./venv
python3.9.10 -m venv ./venv
source venv/bin/activate
pip install -e .
pip install -r requirements.txt
Expand Down

0 comments on commit 715103a

Please sign in to comment.