Installation instructions
Installing this package is easiest when using an Anaconda or Miniconda environment, and works well on macOS, Linux and Windows. Otherwise, this may be quite complicated, given that this package depends on Gtk+3 and its rather impressive dependency stackā¦
Anaconda (strongly recommended)
The latest stable release is available from conda-forge. We strongly recommend creating a dedicated environment before proceeding:
conda create -n rfi-file-monitor -c conda-forge rfi-file-monitor
conda activate rfi-file-monitor
rfi-file-monitor
PyPI (discouraged)
It is possible to install RFI-File-Monitor using pip on a Linux or macOS system with python 3.8 or newer, and the complete Gtk+3 stack installed, including gobject-introspection along with its headers (devel package).
When this is done, create a new virtual environment:
python3 -m venv /path/to/new/virtual/environment
source python3 /path/to/new/virtual/environment/bin/activate
pip3 install rfi-file-monitor
rfi-file-monitor