Skip to content

Commit ffc0857

Browse files
committed
Installation instructions
1 parent 2c9ca54 commit ffc0857

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
# Collaborative-Coding-Exam
44
Repository for final evaluation in the FYS-8805 Reproducible Research and Collaborative coding course
55

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+
```sh
17+
python -c "import CollaborativeCoding"
18+
```
19+
620
## Usage
721

822
TODO: Fill in

0 commit comments

Comments
 (0)