Skip to content
Snippets Groups Projects
Commit 8e68d2ab authored by Bodor Máté's avatar Bodor Máté
Browse files

v0.09

parent 4095dc6c
Branches
No related tags found
No related merge requests found
...@@ -38,7 +38,8 @@ Note: ...@@ -38,7 +38,8 @@ Note:
--- ---
KÉP: https://cdn-images-1.medium.com/max/800/0*_e09A-2xg4x7PG_A. ![Python is awsome!](https://cdn-images-1.medium.com/max/800/0*_e09A-2xg4x7PG_A.)
KÉP:
--- ---
...@@ -130,26 +131,25 @@ pip install flake8/black ...@@ -130,26 +131,25 @@ pip install flake8/black
### Virtualenv ### Virtualenv
- saját környezet minden projekthez - saját környezet minden projekthez
- -a
- -b
- Windows: - Windows:
```cmd ```
python -m venv venv python -m venv venv
``` ```
```cmd ```
venv\Scripts\activate.bat venv\Scripts\activate.bat
``` ```
- Linux: - Linux:
```bash ```
python3 -m venv venv python3 -m venv venv
``` ```
```bash ```
source venv\bin\activate.bat source venv\bin\activate.bat
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment