From de19338d25fe36f8c80130cea0e204190be2864c Mon Sep 17 00:00:00 2001 From: ncying <38449461+ncying@users.noreply.github.com> Date: Sat, 12 Jan 2019 22:20:43 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 04beafe..71e07b0 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ For more detail, please refer: ## Install 1. clone the repo under you workspace -```git clone https://github.com/virtualeconomy/pyvsys.git``` -2. install packages in pyvsys/requirement.txt by -```pip install -r ./pyvsys/requirements.txt``` -3. Then you can ```import pyvsys``` in your workspace +```git clone https://github.com/virtualeconomy/pyvsystems.git``` +2. install packages in pyvsystems/requirement.txt by +```pip install -r ./pyvsystems/requirements.txt``` +3. Then you can ```import pyvsystems``` in your workspace ## Usage