Skip to content

Installation

Tomek Roszczynialski edited this page Apr 20, 2016 · 1 revision

Getting the code

Currently the easiest way to get this module running is using the git command line interface. To get just the snapshot of the latest version (without git history):

git clone --recursive --depth=1 https://github.com/PanTomaszRoszczynialski/xrt-pollycapillary.git

If You get a SSL authentication error (which is probable), easiest way around it is to turn it off:

git config --global http.sslVerify false

If You have SSH authentication configured with github, this should work straight away:

git clone --recursive --depth=1 [email protected]:PanTomaszRoszczynialski/xrt-pollycapillary.git

After that, cd xrt-pollycapillary should take You into the working directory, where python main.py will run ray-traycing for currently prepared configuration.

Clone this wiki locally