Skip to content

Commit

Permalink
Merge pull request #100 from btjanaka/patch-1
Browse files Browse the repository at this point in the history
[minor] Update README.md
  • Loading branch information
dgasmith committed Mar 8, 2020
2 parents a858970 + ade25f0 commit 0db0487
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ molecular packages in Python. Skeletal starting repositories can be created from
file structure semi-autonomously so you can focus on what's important: the science!

The skeletal structure is designed to help you get started, but do not feel limited by the skeleton's features
included here. Just to name a few things you can alter to suite your needs: change continuous integration options,
included here. Just to name a few things you can alter to suit your needs: change continuous integration options,
remove deployment platforms, or test with a different suite.

## Features
Expand Down Expand Up @@ -204,7 +204,7 @@ package managers, Huzzah!
### Additional reading for Conda and PyPI

* [Author of the Python Data Science Handbook from O'Rilley's Blog on Conda Myths and Misconceptions](https://jakevdp.github.io/blog/2016/08/25/conda-myths-and-misconceptions/)
* [Conda's Package Management docs](https://conda.io/docs/user-guide/tasks/manage-pkgs.html)
* [Conda's Package Management docs](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-pkgs.html)
* [`pip` User Guide](https://pip.pypa.io/en/stable/user_guide/)

## Conda Build vs. Conda Environments
Expand Down Expand Up @@ -261,7 +261,7 @@ instructions and who else deploys to them before choosing this option to ensure

This method relies on the conda `meta.yaml` file.

## Deployment Method 3: Upload package to PyPi
### Deployment Method 3: Upload package to PyPi

The [Python Package Index (PyPi)](https://pypi.org/) is another place to manage your package and have
dependencies resolve. This option typically relies on `pip` to create your packages and dependencies
Expand Down

0 comments on commit 0db0487

Please sign in to comment.