Skip to content

Commit

Permalink
Use pipenv and update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed Feb 27, 2019
1 parent 262b2da commit 57064ad
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[requires]
python_version = "2.7"

[packages]
numpy = "*"
scipy = "*"

[dev-packages]
pylint = "*"
209 changes: 209 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ This repository contains the implementation of

### Requirements

- `python (version = ">=1.0, <3.0)`
- `python 2.7`
- `numpy`
- `scipy`
- `pipenv`

### Running

- Clone this repository
- Make sure that the dependencies are installed
- Install dependencies: `pipenv install`
- Run a shell inside virtual environment: `pipenv shell`
- Run `main.py`

0 comments on commit 57064ad

Please sign in to comment.