Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d225deff authored by SIMONIN Matthieu's avatar SIMONIN Matthieu
Browse files

Update README.md

parent da7b205f
Branches
No related tags found
No related merge requests found
Pipeline #96268 canceled
...@@ -28,14 +28,14 @@ Note that since the switch to kubernetes, vagrant is'nt actively maintained. ...@@ -28,14 +28,14 @@ Note that since the switch to kubernetes, vagrant is'nt actively maintained.
If virtualenv isn't present : If virtualenv isn't present :
``` ```
pip install virtualenv --p python3 --user pip install virtualenv --user
export PATH=$PATH:~/.local/bin export PATH=$PATH:~/.local/bin
``` ```
### Common steps to both methods ### Common steps to both methods
``` ```
virtualenv venv virtualenv --p python3 venv
source venv/bin/activate source venv/bin/activate
pip install -e . pip install -e .
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment