Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -6,12 +6,12 @@ | ... | @@ -6,12 +6,12 @@ |
6 | - Terminal Environment | 6 | - Terminal Environment |
7 | 7 | ||
8 | - 1.Clone | 8 | - 1.Clone |
9 | -> git clone <THIS-PROJECT> | 9 | +> git clone \<THIS-PROJECT\> |
10 | 10 | ||
11 | - 2.Make virtual environment in Python3. | 11 | - 2.Make virtual environment in Python3. |
12 | -> cd <THIS-PROJECT> | 12 | +> cd \<THIS-PROJECT\> |
13 | -> python3 -m venv <YOUR-VENV> | 13 | +> python3 -m venv \<YOUR-VENV\> |
14 | 14 | ||
15 | - 4.Install “twitterscrapper” on your virtual environment. | 15 | - 4.Install “twitterscrapper” on your virtual environment. |
16 | -> source <YOUR-VENV>/bin/activate | 16 | +> source \<YOUR-VENV\>/bin/activate |
17 | > pip install twitterscrapper | 17 | > pip install twitterscrapper | ... | ... |
-
Please register or login to post a comment