Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rex Dri
Rex Dri
Commits
c19e6f47
Commit
c19e6f47
authored
Aug 17, 2018
by
Florent Chehab
Browse files
Venv location changed
parent
2429fc9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
c19e6f47
*.pyc
__pycache__
myv
env
env
db.sqlite3
/static
.DS_Store
...
...
docs/installation.md
View file @
c19e6f47
...
...
@@ -92,7 +92,7 @@ Afin d'avoir des environnements reproductibles il est **fortement** suggéré d'
```
bash
python3.6
-m
venv <chemin-du-venv>
```
_(chemin = "chemin" + "nom-du-venv")_
Si vous utilisez
`VScode`
comme éditeur, n
ous vous suggérons de prendre
`<chemin-du-venv> =
~/Env/outgoing
`
.
_(chemin = "chemin" + "nom-du-venv")_
N
ous vous suggérons de prendre
`<chemin-du-venv> =
./env
`
.
Cet environnement virtuel doit être
**systématiquement**
activé lorsque vous travaillez sur ce projet :
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment