Skip to content

Commit 35bb0aa

Browse files
committed
Improved README
1 parent 652e150 commit 35bb0aa

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README

+18-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ first-order logic. It is released as free software under the GNU GPL
33
version 2, and without any warranty. See the file COPYING for
44
details and the individual source headers for copyright information.
55

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+
619
pyres-simple.py
720
===============
821

@@ -44,7 +57,11 @@ Suggested command line:
4457
======== Information for CASC =================
4558

4659
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+
4865

4966
The runscript is starexec_run_PyRes_default
5067

0 commit comments

Comments
 (0)