Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jun 1, 2016
1 parent 4d3ae28 commit 4e6bb02
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,40 @@ If you have ``pip`` installed, then you can install::

If you are using Anaconda Python and have ``conda`` installed, then you can install::

$ conda install -c http://conda.anaconda.org/prjemian spec2nexus
$ conda install -c http://conda.anaconda.org/prjemian spec2nexus

.. build the conda kit *after* pushing a new update to PyPI
use conda skeleton pypi::
cd /tmp
mkdir conda
cd conda
conda skeleton pypi spec2nexus
conda build spec2nexus
conda convert --platform all /local/Apps/anaconda/conda-bld/linux-64/spec2nexus-2016.0601.0-py27_0.tar.bz2 -o /tmp/conda
jemian@gov /tmp/conda $ ll -R *-*
linux-32:
total 5.8M
-rw-r--r-- 1 jemian aesbc 5.8M Jun 1 15:12 spec2nexus-2016.0601.0-py27_0.tar.bz2
linux-64:
total 5.8M
-rw-r--r-- 1 jemian aesbc 5.8M Jun 1 15:12 spec2nexus-2016.0601.0-py27_0.tar.bz2
osx-64:
total 5.8M
-rw-r--r-- 1 jemian aesbc 5.8M Jun 1 15:11 spec2nexus-2016.0601.0-py27_0.tar.bz2
win-32:
total 5.8M
-rw-r--r-- 1 jemian aesbc 5.8M Jun 1 15:12 spec2nexus-2016.0601.0-py27_0.tar.bz2
win-64:
total 5.8M
-rw-r--r-- 1 jemian aesbc 5.8M Jun 1 15:12 spec2nexus-2016.0601.0-py27_0.tar.bz2
jemian@gov /tmp/conda $
The latest development versions of spec2nexus can be downloaded from the
GitHub repository listed above::
Expand Down

0 comments on commit 4e6bb02

Please sign in to comment.