Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 354 Bytes

INSTALLATION.md

File metadata and controls

17 lines (15 loc) · 354 Bytes

Installation

git clone https://github.com/Avaiga/demo-tweet-generation.git
cd demo-sales dashboard
cd src
pip install -r requirements.txt

If you want to run tests, please install Pipenv:

pip install pipenv
git clone https://github.com/Avaiga/demo-tweet-generation.git
cd demo-tweet-generation
pipenv install --dev
pipenv run pytest