Skip to content

Commit

Permalink
Adding info on how to run from git
Browse files Browse the repository at this point in the history
  • Loading branch information
bahorn committed May 25, 2020
1 parent 2e007d1 commit 0704cff
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@ I do intend to make cleaner abstractions at some point, but for now it's fairly
low level. The examples folder should contain enough code to get started, but
you'll end up having to read the source if you want to do anything more complex.

## Development

If you would like to run this from git, you can do the following:

```
git clone https://github.com/bahorn/OpenRGB-PyClient.git
cd OpenRGB-PyClient
virtualenv -p python3 .venv
source .venv/bin/activate
pip install -r requirements.txt
```

And you can now start running scripts in `examples` like so:

`python examples/color-change.py`

## Alternatives

Expand Down

0 comments on commit 0704cff

Please sign in to comment.