diff --git a/README.md b/README.md index 6321a8f..14458c6 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,18 @@ pip install -r requirements.txt ## Running it +Set up a virtual environment and install the package: + +```bash +python3 -m venv .venv +source .venv/bin/activate # On Windows: .venv\Scripts\activate +pip install -e . ``` -python src/unidesk/main.py + +Then run: + +```bash +unidesk ``` ## Project structure