Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
Francesco Poldi edited this page Aug 11, 2019 · 5 revisions

Installing

You can install Twint in three ways. Which one to use is up to your needs, if you don't know which one to use, running pip3 install twint is suggested.

1 - Git:

git clone https://github.com/twintproject/twint.git pip3 install -r requirements.txt

2 - Pip:

pip3 install twint

or

pip3 install --user --upgrade -e git+https://github.com/twintproject/twint.git@origin/master#egg=twint

3 - Pipenv:

pipenv install -e git+https://github.com/twintproject/twint.git#egg=twint