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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ Running in python3 also yields ~11% speed gains relatively to python2 (altough t
14
14
15
15
## Installation
16
16
17
-
Just clone the repository, and place the contents, respecting the directory
18
-
structure in your $PATH.
17
+
Just clone the repository (or download one of the releases), and place the contents, respecting the directory structure in your $PATH.
18
+
Alternatively, you can also place the program somewhere, and call it from your current dir using the full path.
19
19
20
20
You can go the the "helper_scripts" directory where you will find some scripts to help you install both *Structure* and *fastStructure*.
21
21
@@ -92,7 +92,7 @@ The directory "TestData" in the repository contains some test data that was used
92
92
You can find documentation about it inside the directory itself.
93
93
94
94
95
-
## Benchmarking processed
95
+
## Benchmarking process
96
96
97
97
You can find some of the scripts used for the benchmarking process inside the *benchmark* directory. Further documentation on this topic can be found inside the directory itself.
98
98
@@ -106,7 +106,7 @@ The scripts "harvesterCore.py" and "structureHarvester.py" were taken from [the
0 commit comments