- Install Python 3.6+ and PIP
- Install virtualenv
- Create our project directory
- Create virtual environment
- Install required packages
Create an environment with a name, I called it env.
virtualenv env
Activate the enviroment
Create an environment with a name, I called it env.
virtualenv env
Activate the enviroment