diff --git a/README b/README new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/README.md b/README.md index 32c20733d842609740316a9723bee2803abf75d3..2f8da378439d22ee8fd09843761a5e80bfa0fef0 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).