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 1a5ab24 commit ec9cf5cCopy full SHA for ec9cf5c
README.md
@@ -8,14 +8,14 @@ RDF graph following the [CASE/UCO](https://github.com/ucoProject/CASE) ontology.
8
9
Install the case API
10
```
11
-git clone https://github.com/casework/case-api-python.git
12
-pip install case-api-python
+git clone https://github.com/ucoProject/CASE-Python-API.git
+pip install CASE-Python-API
13
14
15
Then clone and install requirements.txt
16
17
-git clone https://github.com/casework/case-implementation-plaso.git
18
-cd case-implementation-plaso
+git clone https://github.com/ucoProject/CASE-Plaso-Implementation.git
+cd CASE-Plaso-Implementation
19
pip install -r requirements.txt
20
21
0 commit comments