Skip to content

Commit 13d2db9

Browse files
committed
MAINT: qiita👉qiita-spots (🐆🐾)
1 parent e9fa574 commit 13d2db9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Once you have [PostgresSQL](http://www.postgresql.org/download/) and [redis](htt
3838
pip install numpy
3939
pip install cogent burrito qcli emperor pyzmq
4040
pip install https://github.com/biocore/qiime/archive/master.zip --no-deps
41-
pip install qiita
41+
pip install qiita-spots
4242
```
4343

4444
After these commands are executed, you will need (1) download a [sample Qiita configuration file](https://raw.githubusercontent.com/biocore/qiita/a0628e54aef85b1a064d40d57ca981aaf082a120/qiita_core/support_files/config_test.txt), (2) set the `QIITA_CONFIG_FP` environment variable and (3) proceed to initialize your environment:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
classifiers = [s.strip() for s in classes.split('\n') if s]
3333

34-
setup(name='qiita',
34+
setup(name='qiita-spots',
3535
version=__version__,
3636
long_description=long_description,
3737
license="BSD",

0 commit comments

Comments
 (0)