Commit 4e6eb92e authored by Francesco Poldi's avatar Francesco Poldi

Fix pip command

#553
parent 4ff63464
......@@ -41,7 +41,8 @@ Twitter limits scrolls while browsing the user timeline. This means that with `.
**Git:**
```bash
git clone https://github.com/twintproject/twint.git
pip3 install -r requirements.txt
cd twint
pip3 install . -r requirements.txt
```
**Pip:**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment