diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-28 10:11:46 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-28 10:11:46 -0400 |
commit | aa84872db03a10f3e428ff73b9b250efec22ce8c (patch) | |
tree | 2d177477c8407d30deec96a2241b330cd1366ce8 | |
parent | 5d3e3eeea28311398c0256c92186766e06a34200 (diff) | |
download | astroconda-aa84872db03a10f3e428ff73b9b250efec22ce8c.tar.gz |
Invalid tarball string
-rw-r--r-- | source/contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/contributing.rst b/source/contributing.rst index 78723d8..6e5a3ff 100644 --- a/source/contributing.rst +++ b/source/contributing.rst @@ -285,7 +285,7 @@ the AstroConda channel while checking for package dependencies (i.e. the recipe' That is to say, if a package defined as a requirement exists remotely, it will then download and install it, rather than rebuild it from scratch. ``python=`` is self-explanatory, and the final argument is the name of the recipe(s) we intend to build. -At this point, if the build was successful, our Conda package (a bzipped tarball) called ``sympy-1.0_py35.tar.bz2`` is emitted to ``/path/to/anaconda/conda-bld/[os-arch]/``. +At this point, if the build was successful, our Conda package (a bzipped tarball) called ``sympy-1.0-py35_0.tar.bz2`` is emitted to ``/path/to/anaconda/conda-bld/[os-arch]/``. This directory is a local Conda package repository. To install this new ``sympy`` package and interact with it ourselves you could run the following: |