You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,6 @@
8
8
This repository contains the implementation of a tool capable of linking Scientific Articles and their Software pages on Wikibase graphs
9
9
10
10
## INSTALLATION
11
-
12
-
SALTbot uses [SOMEF](https://github.com/KnowledgeCaptureAndDiscovery/somef/), a Python library for extracting software metadata from a code repository.
13
-
You need to install SOMEF before installing SALTbot.
14
11
15
12
It is required to have an environment with at least Python 3.9
16
13
@@ -20,7 +17,7 @@
20
17
```console
21
18
pip install -r requirements.txt
22
19
```
23
-
3-. Install and configure somef
20
+
3-. Install and configure [SOMEF](https://github.com/KnowledgeCaptureAndDiscovery/somef/) a Python library for extracting software metadata from a code repository.
0 commit comments