diff --git a/docs/sphinx/source/installation.rst b/docs/sphinx/source/installation.rst index 6c6de692..07645583 100644 --- a/docs/sphinx/source/installation.rst +++ b/docs/sphinx/source/installation.rst @@ -25,6 +25,12 @@ If you are on a PC you should also copy the `Jaloxa radwinexe-5.0.a.8-win64.zip **Note: bifacial_radiance is not endorsed by or officially connected with the Radiance software package or its development team.** + +Prerequisite: PYTHON: +~~~~~~~~~~~~~~~~~~~~~~ +You will need python installed to run bifacial_radiance. We suggest using the latest release of `Anaconda with Python 3.7 `_ (Python 2.7 is still supported but in the process of being deprecated). Anaconda will install ``Spyder`` to work with the python scripts, and also it will install ``Jupyter``, which is the tool we use for our `tutorial trainings `_ + + STEP 1 ~~~~~~ diff --git a/setup.py b/setup.py index e8d036fa..b73784e1 100644 --- a/setup.py +++ b/setup.py @@ -110,6 +110,7 @@ # $ pip install -e .[dev,test] extras_require={ + 'examples': ['jupyter'], #'dev': ['check-manifest'], #'test': ['coverage'], },