Skip to content

Commit

Permalink
SpiceyPy 1.0.0
Browse files Browse the repository at this point in the history
* First release of SpiceyPy
  • Loading branch information
AndrewAnnex committed Mar 27, 2016
1 parent bae99b8 commit b104314
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.rst
Expand Up @@ -97,9 +97,11 @@ Design Goals

Installation
------------
First install the dependencies (numpy, six, pytest) for the project. Then
run ``pip install spiceypy`` to install from pypi.

First install the dependencies (numpy, six, pytest). Then download the
project, extract it, and inside just run ``python setup.py install``. If
If you wish to install spiceypy by hand first download the project. Then
extract it, and inside just run ``python setup.py install``. If
you are updating to the newest commit/version, be sure to completely
delete the SpiceyPy folder in your site-packages. This is normally by running ``pip uninstall spiceypy``

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -69,9 +69,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '1.0.0-dev'
version = '1.0.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0-dev'
release = '1.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -183,7 +183,7 @@ def windows_method():

setup(
name='spiceypy',
version='1.0.0-dev',
version='1.0.0',
license='MIT',
author='Andrew Annex',
author_email='ama6fy@virginia.edu',
Expand Down

0 comments on commit b104314

Please sign in to comment.