Table of Contents
- Python (latest version)
- If using windows, in the python installer make sure to select the "Add Python to PATH" option
- Pycharm (optional)
- Install GitHub CLI (if not already installed)
git clone https://github.com/trevtravtrev/StayAwake
- Install GitHub Desktop (if not already installed)
- Follow instructions here to clone
- Install Poetry (if not already installed)
pip install poetry
- Install StayAwake dependencies
cd StayAwake
poetry install
- Run StayAwake
poetry run python main.py
- Create the virtual environment:
cd StayAwake
python -m venv venv
- Activate the virtual environment:
- For Windows:
venv\Scripts\activate
- For macOS/Linux:
source venv/bin/activate
Once activated, you will notice that the prompt in your terminal or command prompt changes to indicate that you are now working within the virtual environment.
3. Install StayAwake dependencies
pip install -r requirements.txt
- Run StayAwake
python main.py
All StayAwake code was formatted, linted, and secured with the following tools: