Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
verktoy
PyMetric
Commits
59fe1532
Commit
59fe1532
authored
Sep 04, 2015
by
Morten Knutsen
Browse files
Mention pip and requirements.txt in docs.
parent
654907d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
INSTALL
View file @
59fe1532
...
...
@@ -17,11 +17,11 @@ On NetBSD use the following packages:
math/py-matplotlib-tk
devel/py-readline
Note: Starting with the 0.8 release PyMetric *requires* NetworkX
version >=1.00rc1, if your distro doesn't have a new enough package,
either build one yourself, or use easy_install:
PyMetric ships with a requirements file for use with pip, so you can do:
$ easy_install install networkx
pip install -r requirements.txt
to install dependencies, either system wide or in a virtualenv env.
For proper alpha-blended edges the Tk version should be >= 8.5, though
this is not *required*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment