Installing PyCrysFMLΒΆ
As PyCrysFML is in its early stages of development, it is not yet accesible from a package installer such as pip or conda. The steps for using the current version of PyCrysFML are:
Download the wheel file from https://www.ill.eu/users/support-labs-infrastructure/pycrysfml.
- Unzip the wheel file. In Linux, do:
tar zxvf name_wheel_file
After unzipping, from your Python terminal just type:
>>> pip install name_wheel_file
If pycrysfml was already installed in your machine and you are upgrading the version, then type:
>>> pip install name_wheel_file --upgrade