Installation¶
From sources¶
The sources for Experiment can be downloaded from the Github repo.
You can either clone the public repository:
$ git clone git@github.com:amitibo/experiment.git
Or download the tarball:
$ curl -OL https://github.com/amitibo/experiment/tarball/master
Once you have a copy of the source, you can install it with:
$ python setup.py install
To compile the documentation (should be executed from within a node with cuda drivers):
$ cd docs
$ make rst
$ make html
To view the documentation using a browser:
$ cd ../../
$ sphinx-serve -p 8080 -b experiment-docs
Direct a browser to the ip of the ccc node (get be retrived by ifconfig command) and the port set by the sphinx-serve command (8080).