Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Learn Renku
Teaching on Renku
Advanced teaching automation
Commits
6939a25c
Commit
6939a25c
authored
Jul 20, 2022
by
Cyril Matthey-Doret
Browse files
Update README.md
parent
e8c79e2d
Pipeline
#387687
passed with stage
in 12 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
6939a25c
...
...
@@ -13,8 +13,14 @@ These scripts can be used as-provided, but are also meant to be extended and ada
## Setup
The repository is setup as a local python package.
You can install it with:
`pip install -e .`
The repository is meant to be setup as a local python package.
You can clone and install it in editable mode using:
```
sh
git clone https://renkulab.io/gitlab/learn-renku/teaching-on-renku/advanced-teaching-automation
cd
advanced-teaching-automation
pip
install
-e
.
```
Most script below require a Gitlab API token. By default, you will be prompted for your token upon running the scripts, but you can also provide it as a plain text file with the
`--token`
option.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment