-
Create a virtual environment
python -m venv .venv
-
Activate the virtual environment
Windows:
.venv\Scripts\activate.bat
Or:
.venv\Scripts\activate.ps1
Linux/macOS:
source .venv/bin/activate
-
Install the required packages
pip install -r requirements.txt
-
Copy and rename the environment file:
cp .env.example .env
-
Edit the
.env
file and add your personal access tokenGet the access token by clicking the button in...
https://app.fieldmanager.io/developer
DO NOT SHARE YOUR ACCESS TOKEN WITH ANYONE
-
Run the script
python example.py
-
Notifications
You must be signed in to change notification settings - Fork 0
norwegian-geotechnical-institute/labmanager-api-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published