Changes between Version 9 and Version 10 of WARPnet1/Installation


Ignore:
Timestamp:
Aug 11, 2010, 10:46:44 PM (14 years ago)
Author:
sgupta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPnet1/Installation

    v9 v10  
    3333
    3434 1. Navigate to the `warpnet_framework` folder.
    35  1. Run the following. This will add the Framework to the Python path.
     35 1. Add the `warpnet_framework` location to the local environment variable PYTHONPATH. For example in bash:
    3636{{{
    37  source path_setup.sh absolutePathToFramework
     37 export PYTHONPATH='~/warpnet_framework'
    3838}}}
    39  1. Now, browse to your experiment.py. To run your experiment type:
     39 1. Now, browse to your TxPower_vs_PER.py. To run your experiment type:
    4040{{{
    41  python experiment.py
     41 python TxPower_vs_PER.py
    4242}}}