Skip to content

Commit

Permalink
update install
Browse files Browse the repository at this point in the history
  • Loading branch information
Tocknicsu committed Aug 14, 2016
1 parent a5b63d0 commit dddee9e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Expand Up @@ -6,11 +6,21 @@

## Quick Start
### Requirement
`pip install sqlite3 numpy`

`pip freeze | grep numpy`
```
Linux ( Debian / Ubuntu ):
apt-get install python-matplotlib
pip install -r requirements.txt
numpy==1.11.1, python2/3的環境下皆可運行
Linux ( Fedora / Redhat ):
yum install python-matplotlib
pip install -r requirements.txt
Mac OSX:
pip install matplotlib
pip install -r requirements.txt
```


### Annealing parameters
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
@@ -0,0 +1 @@
numpy==1.11.1

0 comments on commit dddee9e

Please sign in to comment.