Instruction completed
This commit is contained in:
父節點
ee6ef92b40
當前提交
a33d741bd3
共有 1 個文件被更改,包括 20 次插入 和 1 次删除
21
README.md
21
README.md
|
|
@ -1,3 +1,22 @@
|
|||
# Python
|
||||
|
||||
Petits projets en Python.
|
||||
Petits projets en Python regroupés dans des répertoires partageant un environnement virtuel similaire.
|
||||
|
||||
Pour installer chaque répertoire `DIR`:
|
||||
```bash
|
||||
cd $DIR
|
||||
python -m venv ./
|
||||
pip3 install -r requirements.txt
|
||||
```
|
||||
|
||||
Pour exécuter les programes:
|
||||
```sh
|
||||
#Shell POSIX
|
||||
source ./bin/activate
|
||||
```
|
||||
|
||||
Pour quitter l’environement:
|
||||
```sh
|
||||
#Shell POSIX
|
||||
deactivate
|
||||
```
|
||||
|
|
|
|||
載入中…
Add table
Add a link
Reference in a new issue