Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiri Choi committed Feb 20, 2017
1 parent 529e5e9 commit 1ecefa9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ Python by default comes with package installer. Follow the steps below to instal
Using Python
----------------------

1 - `Download the source code of latest release here <https://github.com/SynBioDex/pysbol2/releases/latest>`_ and extract it.
If you would like to try out our latest snapshot, use `git <https://git-scm.com/>`_ and type following command in the console or terminal which will clone the source under pysbol2 folder.
1 - `Download the source code of latest release here <https://github.com/SynBioDex/pysbol/releases/latest>`_ and extract it.
If you would like to try out our latest snapshot, use `git <https://git-scm.com/>`_ and type following command in the console or terminal which will clone the source under pysbol folder.

``git clone https://github.com/SynBioDex/pysbol2.git``
``git clone https://github.com/SynBioDex/pysbol.git``

2 - Open your console or terminal. Go to package's root directory and Run the installer script by using the following command line. This will install pySBOL2 to the Python release associated with the console or terminal you are using.

``python setup.py install``

**If you are having problems, make sure your console/terminal is associated and associated with the right Python environment you wish to use.**

3 - Test the pySBOL2 by importing it in Python.
3 - Test the pySBOL by importing it in Python.

``import sbol``

Expand All @@ -28,8 +28,8 @@ If you would like to try out our latest snapshot, use `git <https://git-scm.com/
Using Installer for Windows
-------------------------------

We provide binary installers for Windows users only. Currently, we support Python 2.7 and Python 3.5 for both 32 bit and 64 bit architecture.
Simply `download the installers <https://github.com/SynBioDex/pysbol2/releases/latest>`_ and execute it to install it. Installer will look for your local Python distributions.
We provide binary installers for Windows users only. Currently, we support Python 2.7 and Python 3.6 for both 32 bit and 64 bit architecture.
Simply `download the installers <https://github.com/SynBioDex/pysbol/releases/latest>`_ and execute it to install it. Installer will look for your local Python distributions.

**Be sure to use the installers with the same Python version and architecture with the one installed in your local machine!**

Expand Down

0 comments on commit 1ecefa9

Please sign in to comment.