Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

setup for windows

github-actions edited this page Feb 24, 2026 · 1 revision

Project Setup for Windows user

WINDOWS

Prerequisites

  • Python v3.11.7+
  • Windows 10/11
  1. Navigate to the project root:
cd \project\folder
  1. Install useful packages:
pip install vulture ruff
  1. Create a virtual environment:
python -m venv .venv

Note: Ensure venv is installed with your Python setup.

  1. Activate the virtual environment:
.\.venv\Scripts\activate
  1. **Install dependencies

Using requirements.txt**

pip install -r requirements.txt

OR

using Poetry**

pip install poetry
poetry lock
poetry install
  1. Update dependencies if required:
poetry update

Note: To add or remove any package within the virtual environment, run:

poetry add <package-name>
poetry remove <package-name>
exit
  1. Test all dependencies before running:
poetry run ruff check
  1. Fix any issues and check the dependency list:
poetry show --tree
  1. Run the application:

Note: if you want use poetry shell command then install and then run as below

   pip install poetry-plugin-shell
   poetry shell
   sample dev

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.