From e5cabe260b76afbd1bea3faec8884a9ed8a9f9bc Mon Sep 17 00:00:00 2001 From: Uniminin <42061747+Uniminin@users.noreply.github.com> Date: Wed, 5 Feb 2020 19:18:12 +0600 Subject: [PATCH] Create README.md --- src/bin/rpython/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/bin/rpython/README.md diff --git a/src/bin/rpython/README.md b/src/bin/rpython/README.md new file mode 100644 index 0000000..6946685 --- /dev/null +++ b/src/bin/rpython/README.md @@ -0,0 +1,8 @@ +# Requirements +* Python3.6 - python3.8.x +* pip -> termcolor + +# Run +```bash +$ python3.x -m pip install -r requirements.txt ; python3.x zernit.py +```