Showing
1 changed file
with
17 additions
and
0 deletions
02_Produce48_Debut_Expectation/README.md
0 → 100644
1 | +# Produce48 Debut Expectation | ||
2 | +## Description | ||
3 | +- | ||
4 | + | ||
5 | +## Prerequisite | ||
6 | +- Terminal Environment | ||
7 | + | ||
8 | +- 1.Clone | ||
9 | +> git clone <THIS-PROJECT> | ||
10 | + | ||
11 | +- 2.Make virtual environment in Python3. | ||
12 | +> cd <THIS-PROJECT> | ||
13 | +> python3 -m venv <YOUR-VENV> | ||
14 | + | ||
15 | +- 4.Install “twitterscrapper” on your virtual environment. | ||
16 | +> source <YOUR-VENV>/bin/activate | ||
17 | +> pip install twitterscrapper |
-
Please register or login to post a comment