cd discord_handler
pip install -r dev_requirements.txt
pip install -r requirements.txt
python test_filmbot.py
black *.py
On a Linux x64 machine (e.g. an EC2 Amazon Linux instance)
- Within the
filmbot
directory mkdir python
cd python
pip install -r ../discord_handler/requirements.txt -t .
pip install pynacl -t .
rm -r *dist-info __pycache__
cd ..
zip -r pynacl.zip python
(the zip contains 1 top levelpython
folder)rm -rf python
- Repeat steps 3-8 with
pip install IMDbPY -t .
andimdbpy.zip
instead