Skip to content

Commit

Permalink
Add jupyter to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
merrygoat committed Jan 13, 2020
1 parent dfe6b8e commit ca305f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -12,3 +12,4 @@ __pycache__/
/docs/html
/plots
/xrdfit/test.py
/xrdfit.egg-info
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,6 +8,6 @@ To install as a Python module, type
from the root directory.
For developers, you should install in linked .egg mode using

`python -m pip install . develop`
`python setup.py develop`

If you are using a Python virtual environment, you should activate this first before using the above commands.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -12,7 +12,8 @@
'dill',
'tqdm',
'scipy',
'lmfit'
'lmfit',
'jupyter',
],
extras_require={"documentation_compilation": "sphinx"}
)

0 comments on commit ca305f5

Please sign in to comment.