Clone this repository
git clone https://github.com/sbuDiction/lion-vs-tiger-api
Go to the project directory
cd lion-vs-tiger-api
Create an environment
Create a project folder and a .venv folder within:
macOS/Linux
python3 -m venv .wrpenv
Windows
py -3 -m venv .wrpenv
Activate the environment
macOS/Linux
. .wrpenv/bin/activate
Windows
.wrpenv\Scripts\activate
Your shell prompt will change to show the name of the activated environment.
Within the activated environment, use the following command to install all the required packages:
pip install -r requirements.txt