Skip to content

Commit

Permalink
Updated install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ctokheim committed Jun 10, 2016
1 parent 0ee6645 commit 3eda2cb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ install:
- pip install git+git://github.com/pysam-developers/[email protected]
- make cython-build
script: "make tests"
deploy:
provider: pypi
user: karchinlab
password:
secure: my_secure_password
on:
tags: true
branch: master
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To install the package into python you can use `pip`. If you are installing to a

.. code-block:: bash
$ pip install https://github.com/KarchinLab/probabilistic2020/archive/v1.0.0.tar.gz
$ pip install probabilistic2020
The scripts for Probabilstic 20/20 can then be found in `Your_Python_Root_Dir/bin`. You can
check the installation with the following:
Expand Down
2 changes: 1 addition & 1 deletion doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To install the package into python you can use `pip`. If you are installing to a

.. code-block:: bash
$ pip install https://github.com/KarchinLab/probabilistic2020/archive/v1.0.0.tar.gz
$ pip install probabilistic2020
The scripts for Probabilstic 20/20 can then be found in `Your_Python_Root_Dir/bin`. You can
check the installation with the following:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
author_email=EMAIL,
url=URL,
packages=PACKAGES,
license='JHU Academic Software License Agreement (free for non-commercial use)',
install_requires=['numpy', 'scipy', 'pandas', 'pysam'],
package_data={
SRC_DIR+'.console': ['*.R']
Expand Down

0 comments on commit 3eda2cb

Please sign in to comment.