Skip to content

Commit

Permalink
added anaconda portability
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSteenwyk committed Jan 13, 2021
1 parent defa4d3 commit 6e85b66
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,6 @@ cython_debug/
output/

.vscode/

# notes file
submitting_to_conda.txt
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@ deactivate
**Note, the virtual environment must be activated to use phykit.**

<br />

To install via anaconda, execute the following command:
```shell
conda install -c jlsteenwyk phykit
```
Visit here for more information:
https://anaconda.org/JLSteenwyk/phykit

<br />

To test phykit installation, launch the help message

```shell
Expand Down
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,10 @@
include_package_data=True,
install_requires=REQUIRES,
)

## push new version to pypi
# rm -rf dist
# python setup.py sdist bdist_wheel --universal
# twine upload dist/* -r pypi
# then push to anaconda
#

0 comments on commit 6e85b66

Please sign in to comment.