Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 749 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 749 Bytes

Installing it in your own system

  • Make sure you have Python installed in your system. You can check using
$ python3 --version
  • Now clone the repo in the directory you want
$ git clone https://github.com/ViciousEagle03/AIR_DART_2.0.git
  • Make a virtual environment in the directory where you have cloned the repo
$ pipenv --python 3.11
  • Now activate the virtual environment created by pipenv by
$ pipenv shell
  • Now install all the dependencies in the requirements.txt file by
$ pip install -r requirements.txt
  • Now to run the game run the command in the activated virtual environment in the directory you have cloned the repo in
$ python AIR_DART_2.0/main.py