File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,19 @@ first-order logic. It is released as free software under the GNU GPL
3
3
version 2, and without any warranty. See the file COPYING for
4
4
details and the individual source headers for copyright information.
5
5
6
+ Installation:
7
+ =============
8
+
9
+ Just clone the repository into a new directory, with e.g.
10
+ git clone https://github.com/eprover/PyRes.git
11
+
12
+ No futher installation should be necessary. If you are on a UNIX-like
13
+ OS (including Linux or macOS/OS-X), and "python3" is not in your
14
+ standard search path (or not Python 3), you may need to edit the
15
+ #!-line at the beginning of the three main programs (see below),
16
+ or in all modules if you want to run the unit tests.
17
+
18
+
6
19
pyres-simple.py
7
20
===============
8
21
@@ -44,7 +57,11 @@ Suggested command line:
44
57
======== Information for CASC =================
45
58
46
59
The system comes as a zip file in StarExec compatible format. It
47
- requires (any) Python3 as python3
60
+ requires (any) Python3 as python3. The StarExec package can be
61
+ regenerated by "make starexec". THIS WILL OVERWRITE
62
+ $(HOME)/StarExec WITHOUT FURTHER WARNING. You can change the build
63
+ path in the Makefile.
64
+
48
65
49
66
The runscript is starexec_run_PyRes_default
50
67
You can’t perform that action at this time.
0 commit comments