Skip to content

Commit ec9cf5c

Browse files
authored
install commands updated
1 parent 1a5ab24 commit ec9cf5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ RDF graph following the [CASE/UCO](https://github.com/ucoProject/CASE) ontology.
88

99
Install the case API
1010
```
11-
git clone https://github.com/casework/case-api-python.git
12-
pip install case-api-python
11+
git clone https://github.com/ucoProject/CASE-Python-API.git
12+
pip install CASE-Python-API
1313
```
1414

1515
Then clone and install requirements.txt
1616
```
17-
git clone https://github.com/casework/case-implementation-plaso.git
18-
cd case-implementation-plaso
17+
git clone https://github.com/ucoProject/CASE-Plaso-Implementation.git
18+
cd CASE-Plaso-Implementation
1919
pip install -r requirements.txt
2020
```
2121

0 commit comments

Comments
 (0)