-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Tomek Roszczynialski edited this page Apr 20, 2016
·
1 revision
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.