-
- Downloads
update of README and requirements.txt for improved system compatibility and clarity
... | @@ -13,7 +13,15 @@ sphinx_rtd_theme | ... | @@ -13,7 +13,15 @@ sphinx_rtd_theme |
astropy | astropy | ||
crcmod | crcmod | ||
psutil | psutil | ||
dbus-python | |||
vext | |||
vext.gi | |||
# for TASTE, which also needs libdbus-1-dev, gir1.2-notify-0.7, libgirepository1.0-dev, libgtk-3-dev | # vext requires python-gobject to be installed on system level. | ||
# Alternatively, install pygobject with pip (requires gobject-introspection to be installed) | |||
# If using Conda for managing Python packages, vext might not work. Try installing PyGObject in the venv with Conda instead: | |||
# conda install -c conda-forge pygobject | |||
# For TASTE, which also needs libdbus-1-dev, gir1.2-notify-0.7, libgirepository1.0-dev, libgtk-3-dev: | |||
# pygobject | # pygobject | ||
# dbus-python |
Please register or sign in to comment