SpiNNakerManchester / SpiNNakerManchester.github.io

Organization Pages, Documentation and Issues
http://spinnakermanchester.github.io/
Apache License 2.0
12 stars 7 forks source link

Broken installation instructions #3

Closed Paul92 closed 9 years ago

Paul92 commented 9 years ago

The installation instructions in the following guide:

https://github.com/SpiNNakerManchester/SpiNNakerManchester.github.io/wiki/2015.004%3a-Little-Rascal-%3a-0.2-PyNN-on-SpiNNaker-Installation-Guide#Central

state that the software version should be specified like this:

pip install SpiNNMachine=2015.003

All of them fail with exceptions like:

ValueError: ('Expected version spec in', 'SpiNNMachine=2015.003', 'at', '=2015.003')

Installing without a version number (i.e. pip install SpiNNMachine) seems to work (reports that SpiNNMachine-2015.3 has been successfully installed).

alan-stokes commented 9 years ago

fixed. new release should also refelct these fixes, or at least, wont requre the == for the initial timeframe.