-
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-ldap3
for LDAP connector; -
python3-pycountry
,python3-urllib
,python3-urllib3
for HAL connector; -
python3-pycountry
,python3-urllib3
,python3-xmltodict
for DBLP connector; -
python3-tweepy
for Twitter connector.
Required dependencies:
sudo apt update
sudo apt install python3
Optional dependencies:
sudo apt install python3-pycountry python3-ldap3 python3-urllib3 python3-tweepy python3-xmltodict
sudo apt install git python3-setuptools
mkdir ~/git
cd ~/git
git clone https://github.com/nokia/minifold
cd minifold
sudo python3 ./setup.py install
sudo apt install python3-pip
sudo pip3 install minifold
To check your installation, see this page.