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:

  1. Download the wheel file from https://www.ill.eu/users/support-labs-infrastructure/pycrysfml.

  2. Unzip the wheel file. In Linux, do:
    tar zxvf name_wheel_file
    
  3. 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