You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/getting_started.rst
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@ Setting up Python
7
7
-----------------
8
8
9
9
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.
11
11
12
12
.. _Anaconda: https://www.continuum.io/downloads
13
13
14
14
Downloading the source code
15
15
---------------------------
16
16
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:
18
18
19
19
.. image:: _static/github_download_zip.png
20
20
:target:_static/github_download_zip.png
@@ -30,7 +30,7 @@ Setting up RRMPGs Python dependencies
30
30
-------------------------------------
31
31
To use/develope this package, you have two different options:
32
32
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:
34
34
35
35
From the terminal go to the ``RRMPG`` main directory and enter:
36
36
@@ -81,7 +81,9 @@ To be able to import this package the usual way in your python environment, ente
81
81
82
82
python setup.py install
83
83
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:
0 commit comments