Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmot committed Dec 6, 2023
1 parent 939a0cc commit 8180609
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is a library to do audio synthesis and music composition.
Its goal is to make the interface as simple as possible to use with as short a learning curve as possible.

It is written in pure python, and supports both python 2 and 3.
It is written in pure python, and supports python >=3.6.

## Installation

Expand All @@ -23,8 +23,6 @@ mkvirtualenv --python=`which pypy` sound
pip install sound-machine
```

At time of writing, the python package index is suffering some pretty nasty technical difficulties, so if the above install commands don't work for you, the `pip install sound-machine` line can be replaced with `pip install git+https://github.com/rhelmot/sound-machine.git`.

## Usage

This is a python module.
Expand All @@ -33,4 +31,4 @@ It would be a good idea to do this in the IPython shell so you can use tab-autoc

## Documentation

Read it [here](https://cs.ucsb.edu/~dutcher/sound-machine/)!
Read it [here](https://sound-machine.readthedocs.io/)!

0 comments on commit 8180609

Please sign in to comment.