Skip to content

Commit

Permalink
add install instructions for features
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheppsu committed Apr 21, 2024
1 parent 0c74663 commit 80108ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ Installation
# Installing straight from github (downloads latest code, which is not guaranteed to be stable)
[python prefix used above] -m pip install git+https://github.com/Sheepposu/osu.py.git
# Install with features
[python prefix] -m pip install -U osu.py[replay,notifications]
# Install from github with features
git clone https://github.com/sheppsu/osu.py
cd osu.py
[python prefix] -m pip install -U .[replay,notifications]
Example
-------
Expand Down

0 comments on commit 80108ba

Please sign in to comment.