Skip to content

Commit

Permalink
Add comments about keeping requirements in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ahelsing committed Oct 11, 2019
1 parent 12330df commit 6d251cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# NOTE: When editing this, be sure to update setup.py

language: python
python:
- "3.6"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def tomo(f, q1: qreg, q2: qreg):

## Installation
### Current instructions
<!-- Be sure to keep this in sync with .travis.yml and setup.py -->
* Most any OS should be OK. Instructions tested on Ubuntu 18.04
* Install `git` and `buildessentials` packages
* `git-lfs` is now required: See https://git-lfs.github.com/
Expand Down Expand Up @@ -140,6 +141,7 @@ config:
* Test: `cd pyqgl2; python -m unittest discover`. Should see 80+ tests run without errors (warnings are OK).

### Dependencies
<!-- Be sure to keep this in sync with .travis.yml and setup.py -->
* Working [https://github.com/BBN-Q/QGL] installation (including `networkx`, `numpy`, `scipy`, `bqplot`, `sqlalchemy`)
* Python 3.6
* watchdog and meta
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# NOTE: If you update this, be sure .travis.yml is updated

from setuptools import setup

setup(name="pyqgl2", packages=["src\python\pyqgl2","src\python\qgl2"],)

0 comments on commit 6d251cb

Please sign in to comment.