-
Notifications
You must be signed in to change notification settings - Fork 5
Installation
Currently, Qnotero is compatible with Windows, macOS, and several Linux distributions. Follow the corresponding instructions. Also, if you can not install Qnotero using these resources, it can be compiled from the source code.
Download the latest setup file directly from GitHub:
Qnotero can be directly installed from the Snap store, using your favorite GUI, like Discover, Ubuntu snap store, Bauh, among others. Alternatively, you can install it from the command line using:
sudo snap install qnotero
Note: Due to the current limitations of the snap implementation, some times, Qnotero has to be installed in development mode. However, this is only necessary if you installed Zotero from the Snap store. To do so, run the following command:
sudo snap install qnotero --devmode
In Arch Linux and its derivatives, you can install Qnotero from AUR using yay, or other AUR helper:
yay -S qnotero
macOS users can download the compressed bundle, uncompress it and copy to the application folder.
You can (try to) install Qnotero from the source code. Follow these instructions to do so:
- Install python. The minimum version required is 3.3.
- Install the dependencies needed by Qnotero, using the corresponding package manager of your distribution, or using
pip
: setuptools, pyqt5. - Uncompress the source code and navigate to the folder where it was uncompressed.
- Run the install script
sudo python3 setup.py install
.