Skip to content

Commit

Permalink
install plams from github
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeZ committed Mar 3, 2019
1 parent cd7752e commit e8be479
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ install:
- conda install -c conda-forge h5py rdkit

# Install qmflows package
- pip install git+https://github.com/SCM-NV/PLAMS.git@master#egg=plams-1.2 --upgrade
- pip install .[test]

script:
Expand Down
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,11 @@ def readme():
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering :: Chemistry'
],
install_requires=['h5py', 'numpy', 'noodles==0.3.1', 'plams>=1.2', 'pymonad',
'pyparsing', 'filelock'],
install_requires=[
'h5py', 'numpy', 'noodles==0.3.1',
'plams@git+https://github.com/SCM-NV/PLAMS@master#egg=plams-1.2',
'pymonad',
'pyparsing', 'filelock'],
dependency_links=[
"git+https://github.com/SCM-NV/PLAMS@master#egg=plams-1.2"],

Expand Down

0 comments on commit e8be479

Please sign in to comment.