Development
Start development
Create and activate an environment by running the following command:
python -m venv .venv
On Windows:
.venv/Scripts/activate
On Linux/macOS:
source .venv/bin/activate
Install the required dependencies:
pip install -r src/requirements.txt
To build and install the project using pyproject.toml:
pip install .
To run the application:
python src/workdir.py
Notes
If you run Workdir the first time, the window can be really small. The size is auto-adjusted based on your directories.