Skip to content

Commit

Permalink
Updated readme with docs stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
NicklasTegner authored and NicklasTegner committed Sep 11, 2020
1 parent f65d6bd commit dd0ac8b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ instead.

Installation
============
For right now, you can only install from the source tree.

* pip install python-openal


or from source
* git clone https://github.com/NicklasMCHD/PyAL.git
* cd PyAl
* python setup.py install
Expand All @@ -17,9 +21,7 @@ Documentation
If you just started with OpenAL and PyAL, it is strongly recommended
that you read through the *advanced sound support* section of the documentation
to understand, how OpenAL works in general. In any case, you can find the
documentation at *doc/html* or online at http://pythonhosted.org/PyAL (for the
current stable release) or at http://pyal.readthedocs.org (for the current
development release).
documentation at *doc/html* or online at https://pyopenal.readthedocs.io/en/latest/

License
=======
Expand Down

0 comments on commit dd0ac8b

Please sign in to comment.