Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
figured out "proper" compilation instructions that hopefully work for real this time
  • Loading branch information
190nm authored Jul 27, 2021
1 parent 1f86d52 commit ec5f364
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@


## Installing
Extract the release zip and run:
```python setup.py install```
Extract the release zip, then compile like so:

```python setup.py build_ext --inplace```

On windows you may need to install the [Python native development tools](https://docs.microsoft.com/en-us/visualstudio/python/installing-python-support-in-visual-studio?view=vs-2019#:~:text=Installs%20the%20C%2B%2B%20compiler%20and%20other%20necessary%20components) from visual studio first.

## Usage

Expand Down

0 comments on commit ec5f364

Please sign in to comment.