Skip to content

Commit

Permalink
Adding manifest for pip
Browse files Browse the repository at this point in the history
removing typo

Adding conda install instructions back

Adding pyqt requirement
  • Loading branch information
mortonjt committed Aug 26, 2016
1 parent 6353845 commit 6870b42
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
11 changes: 11 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
include .coveragerc
include CHANGELOG.md
include COPYING.txt
include Makefile
include README.md

graft gneiss

global-exclude *.pyc
global-exclude *.pyo
global-exclude .git
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,15 @@ conda create -n gneiss_env python=3
gneiss then can be installed as follows
```
source activate gneiss_env
conda install pyqt
pip install gneiss
```

gneiss can also be installed through conda
```
conda install -c biocore gneiss
```

To run through the tutorials, you'll need a few more packages, namely `seaborn`, `biom-format` and `h5py`.
These packages can be installed with conda as follows
```
Expand Down
2 changes: 1 addition & 1 deletion gneiss/_formula.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
`# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# Copyright (c) 2016--, gneiss development team.
#
# Distributed under the terms of the GPLv3 License.
Expand Down

0 comments on commit 6870b42

Please sign in to comment.