From 295f145c005676730ee5610f43f2e657e0769c54 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Mon, 22 Feb 2021 12:45:04 +0000 Subject: [PATCH] Added README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0577e49 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +Build dependencies: + + # First, install nixpkgs then run: + nix build path://$PWD/ + +Run: + + PATH="$PWD/result/bin" python3 ./test.py \ No newline at end of file