Changes between Version 27 and Version 28 of GEC21Agenda/ScalingUp/Procedure/DesignSetup


Ignore:
Timestamp:
10/22/14 00:05:56 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/ScalingUp/Procedure/DesignSetup

    v27 v28  
    3939=== 2.1  Pre-work: Install geni-lib ===
    4040 1. Install the `geni-lib` tool using the [http://geni-lib.readthedocs.org/en/latest/intro/install.html installation instructions] for your operating system.
     41 1. Install `networkx` on your system.
     42{{{
     43pip install networkx
     44}}}
     45 1. Add geni-lib to your path:
     46{{{
     47    export PYTHONPATH="/PATH/TO/geni-lib:$PYTHONPATH"
     48}}}
    4149
    4250== 3.  Obtain Resources ==