From a5d120520edc199e71ecac394a5b19429b06ebe0 Mon Sep 17 00:00:00 2001 From: KmolYuan Date: Fri, 30 Aug 2019 22:23:52 +0800 Subject: [PATCH] Remove --user option. --- cython/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/cython/README.md b/cython/README.md index 0c9865df..65cebb90 100644 --- a/cython/README.md +++ b/cython/README.md @@ -21,7 +21,6 @@ Build and install the module: ```bash python setup.py install -python setup.py install --user # User mode ``` Run unit test: