diff --git a/README.md b/README.md index c6174e3..f6c7ea4 100644 --- a/README.md +++ b/README.md @@ -101,21 +101,26 @@ Import the two Raycast scripts from [`./scripts`](./scripts/) and setup your con ## Developing -Install and run: +Create virtual environment and install deps: ```shell +python -m venv venv +source venv/bin/activate +pip install -r requirements.txt +pip install -e . ``` -Build: +Running CLI entry: ```shell -pdm build +python src/bitsrun/cli.py ``` -Publish: +Build: ```shell -pdm publish +pip install setuptools build +python -m build ``` ## Credits