- Create virtual environment
python -m venv .\.venv
- Activate virtual environment
.\.venv\scripts\activate
- Install setup tools
pip install setuptools
- Update pip
python -m pip install --upgrade pip
- Setup from
setup.py
python setup.py install
To build the SnakeGame project, follow these steps:
- Clone the repository to your local machine.
- Open a terminal or command prompt and navigate to the project directory.
- Execute the command
pip install -e .
Before building the project, make sure you have the following prerequisites installed:
- Python (version 3.6 or higher)
- pip (Python package installer)