Pygame playground pour moi, et toi.
- Python 3
python -V Python 3.10.4
- vitrualenv
- pip
- autoenv * autoenv doesn't exist on Windows ¯_(ツ)_/¯
- clone this repo with
git clone https://github.com/th3coop/Elf-Mania.git
cd Elf-Mania
Technically optional, but highly recommended. If you don't want to use a virtual environemt, skip to the installing dependencies section below.
- In the repo,
virtualenv env
- Activate the virtualenv (VE). This depends on your setup so hopefully you know how to activate a VE on your computer. I'm using powershell so I run
env\Scripts\activate.ps1
MAC
cd .. && cd [repo-name]
# This activates the virtual env or justsource env/bin/activate
in the repo
Windows Command Prompt
env\bin\activate.bat
#activates the virtual env
Linux
- initialize / enter the virtual environment with
source env/bin/activate
pip install -r requirements.txt
- autopep8
- flake8
- work in a branch. Everything should get a review.