-
Notifications
You must be signed in to change notification settings - Fork 8
Installation
Marc-Olivier Buob edited this page Oct 4, 2021
·
13 revisions
Minifold requires Python 3.
To use all connectors, it is advised (but optional) to also install the following packages:
-
python3-ldap3for LDAP connector; -
python3-pycountry,python3-urllib,python3-urllib3for HAL connector; -
python3-pycountry,python3-urllib3,python3-xmltodictfor DBLP connector; -
python3-tweepyfor Twitter connector.
Required dependencies:
sudo apt update
sudo apt install python3Optional dependencies:
sudo apt install python3-pycountry python3-ldap3 python3-urllib3 python3-tweepy python3-xmltodictsudo apt install git python3-setuptools
mkdir ~/git
cd ~/git
git clone https://github.com/nokia/minifold
cd minifold
sudo python3 ./setup.py installsudo apt install python3-pip
sudo pip3 install minifoldTo check your installation, see this page.