public:user_software:losot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
public:user_software:losot [2015-03-11 10:11] Sarrvesh Sridharpublic:user_software:losot [2017-03-08 15:27] (current) – external edit 127.0.0.1
Line 2: Line 2:
   * Tested/installed on flits   * Tested/installed on flits
 <code> <code>
 +# First create a virtual environment
 virtualenv losoto virtualenv losoto
 +# Enter the environment with the following command
 source losoto/bin/activate source losoto/bin/activate
 pip install numpy pip install numpy
Line 26: Line 28:
 </code> </code>
   * Finally, download losoto from [[https://github.com/revoltek/losoto]]   * Finally, download losoto from [[https://github.com/revoltek/losoto]]
 +  * You need to enter the virtual environment before running losoto. So run
 +<code>
 +source losoto/bin/activate
 +</code>
  • Last modified: 2015-03-11 10:11
  • by Sarrvesh Sridhar