Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 942 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 942 Bytes

eLabFTW API Workshop

This repository can be cloned to follow the API workshop proposed by Deltablot.

Useful links

Getting started

Note: the commands below assume a GNU/Linux or MacOS operating system. If you are using Windows, it is recommended to ditch it use WSL.

# Clone the repository on your computer
git clone [email protected]:elabftw/elabftw-api-workshop

# get into the folder
cd elabftw-api-workshop

# steps below are not required to execute curl.sh script

# create a python virtual environment
python -m venv venv

# activate the environment
source venv/bin/activate