Skip to content

Commit

Permalink
Make notebook_requirements compatible with python 2.7
Browse files Browse the repository at this point in the history
Also adds a note that the examples are developed for python 3.6
  • Loading branch information
mdeceglie committed Oct 11, 2018
1 parent 5c324f2 commit 18bcf86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RdTools currently runs in both Python 2.7 and 3.6.
## Usage and examples


Full workflow examples are found in the notebooks in [rdtools/docs](./docs/degradation_example.ipynb). For a consistent experience, we recommend installing the packages and versions documented in `docs/notebook_requirements.txt`. This can be achieved in your environment by running `pip install -r docs/notebook_requirements.txt` from the base directory. (RdTools must also be separately installed as described above.)
Full workflow examples are found in the notebooks in [rdtools/docs](./docs/degradation_example.ipynb). The examples are designed to work with python 3.6. For a consistent experience, we recommend installing the packages and versions documented in `docs/notebook_requirements.txt`. This can be achieved in your environment by running `pip install -r docs/notebook_requirements.txt` from the base directory. (RdTools must also be separately installed as described above.)

The following functions are used for degradation analysis:

Expand Down
2 changes: 1 addition & 1 deletion docs/notebook_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ decorator==4.3.0
entrypoints==0.2.3
html5lib==1.0.1
ipykernel==4.8.2
ipython==6.4.0
ipython==5.8.0
ipython-genutils==0.2.0
ipywidgets==7.3.0
jedi==0.12.1
Expand Down

0 comments on commit 18bcf86

Please sign in to comment.