From 58e956aa44f866bcff28824fd0fc801436199d06 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sun, 11 Oct 2020 10:42:56 +0530 Subject: [PATCH] =?UTF-8?q?=E2=84=B9=EF=B8=8F=20comments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 432c3f30..9be2bf74 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,7 @@ GitHub Actions is automatically runs on every `push`(on **main** & **dev** branc ```bash python3 -m pip install --upgrade pip # Update pip to latest -python3 -m pip3 install virtualenv # Install python virtual environment +python3 -m pip install virtualenv # Install python virtual environment virtualenv venv # Create new virtualenv named `venv` source venv/bin/activate # Activate virtualenv @@ -329,13 +329,13 @@ deactivate #### Compile From Source -> Make sure your [python environment](#setup-python-environment) setup and `virtualenv` is **active**. +> Make sure your [python environment](#setup-python-environment)setup and `virtualenv` is **active**. #### Install Node/PyPi Packages ```bash yarn install # Install all Node Packages -yarn py_install # Install all PyPi & builder Packages +yarn py_install # Install all PyPi Packages with Bibata builder ``` #### Build `Bibata`