Skip to content

Commit a0879c9

Browse files
authored
Merge pull request #4 from danklotz/patch-2
Minor spell corrections.
2 parents 92f61d6 + d47a90d commit a0879c9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/source/getting_started.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Setting up Python
77
-----------------
88

99
First of all you need to have Python. I highly recommend you to use Anaconda_.
10-
Got to there homepage and download and install the latest Python 3 installer.
10+
Go to their homepage and download and install the latest Python 3 installer.
1111

1212
.. _Anaconda: https://www.continuum.io/downloads
1313

1414
Downloading the source code
1515
---------------------------
1616

17-
Since this package is in the early stages of development I havn't added it to PyPI - Pythons Package Index - so you can't install it at the moment using ``pip``. For the moment you have to download the source code from GitHub. You can either download the entire repository as ``.zip`` and extract it to any destination on your machine
17+
Since this package is in the early stages of development I haven't added it to PyPI, Pythons Package Index. Therefore you can't install it at the moment using ``pip``. For the moment you have to download the source code from GitHub. To do so you can either download the entire repository as ``.zip`` and extract it to any destination on your machine:
1818

1919
.. image:: _static/github_download_zip.png
2020
:target: _static/github_download_zip.png
@@ -30,7 +30,7 @@ Setting up RRMPGs Python dependencies
3030
-------------------------------------
3131
To use/develope this package, you have two different options:
3232

33-
1. (recommended) You use a conda environment to use and develope this package. In the main directory is file included (``environment.yml``) that will setup everything for you by the following command:
33+
1. (recommended) You use a conda environment. In the main directory a file included (``environment.yml``) that will setup everything for you by the following command:
3434

3535
From the terminal go to the ``RRMPG`` main directory and enter:
3636

@@ -81,7 +81,9 @@ To be able to import this package the usual way in your python environment, ente
8181
8282
python setup.py install
8383
84-
This should install everything correctly. To confirm, that everything worked as expected you can test the following lines of code:
84+
This should install everything correctly.
85+
86+
To confirm, that everything worked as expected you can test the following lines of code:
8587

8688
.. code-block:: bash
8789

0 commit comments

Comments
 (0)