From bc1023dc14a53fe0a6b9456c53663d4a740b038e Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 2 Nov 2020 14:23:28 +0200 Subject: [PATCH] add a get-up-and-running script See: https://sourceforge.net/p/pysolfc/discussion/503709/thread/b37cd50f/ --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e418a070..59900c15 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,12 @@ sudo apt-get install cpanminus make perl python3-setuptools python3-tk #### Step 2 - build PySol. +You can try running: + +``` +python3 scripts/linux-install.py +``` + ``` git clone https://github.com/shlomif/PySolFC.git cd PySolFC