Skip to content

Commit

Permalink
Improve installation section with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
RossAdrian committed Aug 25, 2024
1 parent c84af33 commit 856bbcb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@ change to the projects root directory and run:
pip install .
```

Or else, install directly with pip:

```sh
# By version
PYFB_VERSION=0.0.1
pip install https://github.com/RossAdrian/pyframebuffer/archive/refs/tags/$(PYFB_VERSION).zip

# or for actual HEAD
pip install git+https://github.com/RossAdrian/pyframebuffer.git
```

## Usage

After installing, there are two APIs to use pyframebuffer:
Expand Down

0 comments on commit 856bbcb

Please sign in to comment.