Skip to main content

Installation

Find guidelines on how to install B2HANDLE

Dependencies

B2HANDLE currently supports Python >=3.5 (tested up to 3.8), and requires at least a Handle System server.

The library requires

  • OpenSSL v1.0.1 or higher.
  • Python 2.7 and 3.5, 3.6, 3,7, 3.9 are supported,
  • requests 2.23

Install B2HANDLE

There are two ways to install b2handle

Using the code from the repo

You can install the library as follows:

git clone https://github.com/EUDAT-B2SAFE/B2HANDLE.git
cd B2HANDLE/
python setup.py install

Via python pip

 pip install b2handle