Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwooo committed Jul 25, 2023
1 parent fbe55c9 commit f8c5370
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8c5370

Please sign in to comment.