Use pip instead of python setup.py

This commit is contained in:
Charlotte Weaver
2018-08-06 14:56:42 -07:00
parent 8401d1dd3d
commit a22a4e2473
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ install:
- set -eo pipefail
- pip install flake8 httpie
- ./bin/build-client
- python setup.py install
- pip install -e .
script:
- set -eo pipefail
- flake8 server/app/

View File

@@ -41,7 +41,7 @@ Started in the context of the Human Cell Atlas Consortium, cellxgene hopes to bo
**Install server**
python3 setup.py install
pip install -e .
**Run (with demo data)**