We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9ca54 commit ffc0857Copy full SHA for ffc0857
README.md
@@ -3,6 +3,20 @@
3
# Collaborative-Coding-Exam
4
Repository for final evaluation in the FYS-8805 Reproducible Research and Collaborative coding course
5
6
+## Installation
7
+
8
+Install from:
9
10
+```sh
11
+pip install git+https://github.com/SFI-Visual-Intelligence/Collaborative-Coding-Exam.git
12
+```
13
14
+To verify:
15
16
17
+python -c "import CollaborativeCoding"
18
19
20
## Usage
21
22
TODO: Fill in
0 commit comments