From e80ab60e0bf099a4274079a2fc9c3053ad94affc Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sat, 27 Feb 2021 16:10:57 -0500 Subject: [PATCH] Add pypi install line --- docs/README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/README.rst b/docs/README.rst index 6ad8f1d..27b4d40 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -226,7 +226,10 @@ is ``tractor``'s IPC! Install ------- -No PyPi release yet! +From PyPi:: + + pip install tractor + From git::