Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 346 Bytes

REQUIREMENTS.md

File metadata and controls

17 lines (15 loc) · 346 Bytes
  • Requirements:
Python 3.5+
  • Suggested: Ubuntu OS

  • Run the following commands to install the requirements:

sudo apt install python3-pip
sudo apt install python3-virtualenv
virtualenv -p /usr/bin/python3 test-env
source test-env/bin/activate
pip3 install -r requirements.txt

Now you have everything you need for this artifact.