Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Commit 06cc110

Browse files
committed
closes #20
1 parent 73910b8 commit 06cc110

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,18 @@ And got the following output:
4141
<img src="http://i.imgur.com/4n9fKFF.png" alt="Output" style="max-width: 50%;"/>
4242

4343
## Installation
44+
### Using pipenv with pyenv
45+
Install [pyenv](https://github.com/pyenv/pyenv)
46+
```sh
47+
$ git clone https://github.com/rbaron/omr
48+
$ cd omr/
49+
$ pyenv install 3.7.5
50+
$ pyenv local 3.7.5
51+
$ pipenv --python 3.7.5
52+
$ pipenv install
53+
$ pipenv shell
54+
$ py.test
55+
```
4456
### Using virtualenv
4557
```sh
4658
$ git clone https://github.com/rbaron/omr

0 commit comments

Comments
 (0)