- git clone https://github.com/Anshu1882000/Price_Comparision_App.git
- NOTE - First make sure you have pipenv installed, if not run -> pip3 install pipenv
- In root directory of your project run in terminal -> pipenv shell (This sets up the appropiate environment and the appropiate interpreter
- NOTE - If Pycharm shows an option of " use pipenv interpreter " select it
- Then run -> pipenv install (This installs all the dependencies/packages)
- NOTE - Pipfile contains the name of packages the project is currently using so "pipenv install" will install all the mentioned packages
In terminal
- git add .
- git commit -m "any message"
- git push
- git pull