Skip to content

Commit

Permalink
Addressing #194
Browse files Browse the repository at this point in the history
Addresing #194 Jupyter dependency:
-Mentioned on installation, that it is suggested to install the latest Anaconda to also get Jupyter for use with the tutorials.
-Added the code snippet to setup.py
  • Loading branch information
shirubana committed Nov 19, 2019
1 parent 8b7c683 commit c0334b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/sphinx/source/installation.rst
Expand Up @@ -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 <https://www.anaconda.com/distribution/>`_ (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 <https://github.com/NREL/bifacial_radiance/tree/master/docs/tutorials>`_


STEP 1
~~~~~~

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -110,6 +110,7 @@
# $ pip install -e .[dev,test]

extras_require={
'examples': ['jupyter'],
#'dev': ['check-manifest'],
#'test': ['coverage'],
},
Expand Down

0 comments on commit c0334b1

Please sign in to comment.