From 8644a1b68e88cf95757300be8fb3a56b950d1b32 Mon Sep 17 00:00:00 2001 From: tgckpg Date: Sat, 28 May 2016 01:52:18 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 657b365..29c63d2 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,14 @@ A working concept of Js/Css framework for web browsers ### Disclaimer - This is a working concept. So it works on me. And may have a bunch of useless dependency. Use at your own risks! -- It requires Python 3! - ### Documentation - Will be added later ### Prerequisties +- python3 +- virtualenv + #### For Service.WebAPI - pip install Flask - pip install Celery @@ -27,11 +28,11 @@ A working concept of Js/Css framework for web browsers ### Before start, run ``` +virtualenv env ./botan-rebuild ``` -#### To start just run ( need to be root ) -Don't worry, this will immediately drop root permission and switch to the user defined in settings.ini +#### To start just run ( in virtualenv ) ``` ./botan-start ```