Baelfire18 / top-twitter

Repository for gitflow best practices diagnostic evaluation, in the context of Capstone - IIC2154

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Top 10 Twitter

Repository for gitflow best practices diagnostic evaluation, in the context of Capstone - IIC2154.

Start developing

For running this app locally you need to git clone this repository and then create and open an enviroment:

python3 -m venv env
source env/bin/activate  # On Windows use `env\Scripts\activate`

Then install the dependencies:

pip install -r requirements.txt

Then run the app:

jupyter notebook

About

Repository for gitflow best practices diagnostic evaluation, in the context of Capstone - IIC2154

License:MIT License


Languages

Language:Jupyter Notebook 100.0%