From 5595775d6df59654a3eb07e8aae4f7b3bb2ef1f4 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Sun, 29 Nov 2020 23:32:02 +0000 Subject: [PATCH] added a dummy readme and put the other readme back --- README | 0 README.md | 7 +++---- 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 README diff --git a/README b/README new file mode 100644 index 000000000..e69de29bb diff --git a/README.md b/README.md index 32c20733d..2f8da3784 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,12 @@ Build instructions --------------------- To build the module, make sure you have built binary_c (with `make` in the binary_c root directory), its shared library (with `make libbinary_c.so` in the binary_c root directory), and set environment variables as described above, then run the following code in t: ``` - make clean - make +make clean +make ``` Then to test the Python module: - ``` - python3 ./python_API_test.py +python3 ./python_API_test.py ``` You will require whatever libraries with which binary_c was compiled, as well as the compiler with which Python was built (usually gcc, which is easily installed on most systems). -- GitLab