Skip to content

OpenSILEX/opensilexClientPython

Repository files navigation

Scripts

Requirements.

Python 2.7 or 3.4+

Prerequisites & Usage

git clone https://github.com/OpenSILEX/opensilexPythonClient.git
cd opensilexPythonClient
pip install -r requirements.txt

pip install without conda

You can install directly from Github

pip install git+https://github.com/OpenSILEX/[email protected]

(you may need to run pip with root permission: sudo pip install git+https://github.com/OpenSILEX/[email protected])

with conda, you must install pip and git first

conda install git pip
pip install git+https://github.com/OpenSILEX/opensilexClientToolsPython.git

Usage

  • Examples can be found in Examples.ipynb file:

Note : This script will produce a debug.log file

About

OpenSilex Python Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published