Skip to content

Commit 5ad3175

Browse files
authored
Merge pull request #116 from SFI-Visual-Intelligence/install-instructions
Installation instructions
2 parents 61062be + 5611335 commit 5ad3175

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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+
or using [uv](https://docs.astral.sh/uv/):
15+
16+
```sh
17+
uv add git+https://github.com/SFI-Visual-Intelligence/Collaborative-Coding-Exam.git
18+
```
19+
20+
To verify:
21+
22+
```sh
23+
python -c "import CollaborativeCoding"
24+
```
25+
626
## Usage
727

828
TODO: Fill in

0 commit comments

Comments
 (0)