Skip to content

Commit

Permalink
Last 2.1 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
samirelanduk committed Feb 5, 2017
1 parent 59c7a75 commit afc3c31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 1 addition & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
#
import os
import sys
current_dir = "/".join(os.path.realpath(__file__).split("/")[:-1])
sys.path.insert(0, current_dir + "/../..")
import quickplots
sys.path.insert(0, os.path.abspath('../..'))


# -- General configuration ------------------------------------------------
Expand Down
5 changes: 3 additions & 2 deletions docs/source/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ that your system uses ``pip`` for the Python 2 version - if so, try:
Requirements
~~~~~~~~~~~~

quickplots relies on `OmniCanvas <http://omnicanvas.readthedocs.io/>`_ for its
quickplots relies on `OmniCanvas <http://omnicanvas.samireland.com/>`_ for its
graphics capabilities. If you install quickplots using pip this library will be
installed automatically.
installed automatically. It also requires
`numerus <http://numerus.samireland.com/>`_.

Otherwise quickplots has no external dependencies, and is pure Python.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
],
keywords="charts graphs data",
packages=["quickplots"],
install_requires=["omnicanvas"]
install_requires=["omnicanvas>=0.3", "numerus"]
)

0 comments on commit afc3c31

Please sign in to comment.