From 6a9625c854af3576daf65478ac6a16e76fcb0d62 Mon Sep 17 00:00:00 2001 From: Sadra Date: Fri, 4 Sep 2020 12:27:33 -0400 Subject: [PATCH] Setup instruction updated --- doc/source/index.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index d4de24b..1cf38c8 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -21,8 +21,11 @@ Setup *************************** Installation is now easy:: - ls -lsa . - make file + pip install pypolycontain + +Or `download `_, and:: + python3 setup.py install + Dependencies: *************