Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 796 Bytes

README.md

File metadata and controls

61 lines (37 loc) · 796 Bytes

Lion Vs Tiger API

Installation

Clone this repository

  git clone https://github.com/sbuDiction/lion-vs-tiger-api

Go to the project directory

  cd lion-vs-tiger-api

Run

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.

Install Python Packages

Within the activated environment, use the following command to install all the required packages:

  pip install -r requirements.txt