Skip to content
Snippets Groups Projects
Commit 0384e6ceb1c3 authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

readme: explain minimum Python version

parent 75af25ac2038
No related branches found
No related tags found
No related merge requests found
......@@ -11,5 +11,7 @@
Installing for development
==========================
Poulpe itself requires Python 3.7+.
```console
$ python -m venv .venv
......@@ -14,6 +16,6 @@
```console
$ python -m venv .venv
$ source .env/bin/activate
$ source .venv/bin/activate
$ pip install -e .
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment