Installation ============ Prerequisites ------------- Phicode requires the following dependencies, - numpy >=1.10 - h5py >=2.7 - pytables >=3.4 - xarray >=0.9 To install them with conda (recommended) run, .. code:: conda install --file requirements.txt alternatively to use pip, .. code:: pip install -r requirements.txt Installing phicore ------------------ Phicore can be installed with, .. code:: pip install -e .