Skip to content

Commit

Permalink
adding pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpastor97 committed Jun 1, 2022
1 parent 3984c89 commit 3f4013a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
file: ./coverage.xml
flags: unittests
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}
token: '20912a4f-55b8-4cf7-829f-bc2d3df338a7' ## not needed when made public
# token: '20912a4f-55b8-4cf7-829f-bc2d3df338a7' ## not needed when made public
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ For parallel contacts calculation:
target_system.contacts.count_contacts()
```

You can find more details on how to use **ufcc** in the documentation page (#TODO).
You can find more details on how to use **ufcc** in the [documentation page](https://ufcc.readthedocs.io/en/latest/index.html).

License
=======
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- codecov

# Package dependencies
- MDAnalysis
- mdanalysis
- dask

# Pip-only installs
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
# Base depends
- python
- pip
- MDAnalysis
- mdanalysis
- dask


Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
setup_requires=[] + pytest_runner,

# Additional entries you may want simply uncomment the lines you want and fill in the data
url='https://github.com/ProLint', # Website
# install_requires=[], # Required packages, pulls from pip if needed; do not use for Conda deployment
url='https://github.com/ProLint/ufcc', # Website
install_requires=['mdanalysis', 'dask'], # Required packages, pulls from pip if needed; do not use for Conda deployment
platforms=[
'Linux',
'Mac OS-X',
Expand Down

0 comments on commit 3f4013a

Please sign in to comment.