Skip to content
Snippets Groups Projects
Commit 4b84d494 authored by Sam Calisch's avatar Sam Calisch
Browse files

Update README.md

parent de21d609
No related branches found
No related tags found
No related merge requests found
...@@ -7,17 +7,17 @@ frame3dd.sourceforge.net ...@@ -7,17 +7,17 @@ frame3dd.sourceforge.net
### Installation ### Installation
1. Install <a href='http://frame3dd.sourceforge.net/'>Frame3dd</a>. 1. Install <a href='http://frame3dd.sourceforge.net/'>Frame3dd</a>.
2. Install python dependencies
2. Build and install pyframe3dd. By default this will go to /usr/local
``` ```
python setup.py build sudo pip install networkx scipy
python setup.py install
``` ```
3. Install python dependencies 3. Build and install pyframe3dd. By default this will go to /usr/local
``` ```
sudo pip install networkx scipy python setup.py build
python setup.py install
``` ```
### Examples ### Examples
The directory <a herf='ex'>ex/</a> contains example python scripts using the library. The directory <a herf='ex'>ex/</a> contains example python scripts using the library.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment