Using DockerΒΆ
Docker is an open-source project that automates the deployment of Linux applications inside software containers.
We provide Docker images to enable to run PyClangLite on various platforms (in particular Windows and MacOS).
For the installation of Docker, please refers to its documentation.
Then, you can use the statiskit/pyclanglite:trusty Docker image to run PyClangLite:
$ docker run -it statiskit/pyclanglite:trusty
Note that, for convenience IPython and Jupyter packages are installed. You can therefore use:
The IPython console.
$ ipythonThe Jupyter notebook within the Firefox web-browser.
$ jupyter notebookThis requires to able to run Linux GUI Apps: