- Run the command in your terminal to clone the project to your directory
git clone https://github.com/Tharshen2124/ey-challenge.git
- Ensure pipenv is installed. If not, install by pasting this command to the console:
pip install pipenv
- Once pipenv is ensured to be installed, run the command below. This installs the packages and developer dependecies that is found in the Pipfile.
pipenv install
- Make sure to select the kernel that is following the virtual enviroment version. This can be done by:
a) Select the top right button on vs code. It looks like the image below.
c) Select the python environments
d)You should see something like ey-challenge-blah blah blah. That is your virtual environment for this project. Select that