Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 614 Bytes

README.md

File metadata and controls

39 lines (33 loc) · 614 Bytes

📦 Installation

Step 1 - Create project directory

mkdir <project_name> && cd project_name

Step 2 - Create new virtual environment with python version 2.7.

virtualenv venv

Step 3 - Activate virtual environment

source venv/bin/activate

or

source venv/Scripts/activate

Step 4 - Clone this repo

git clone https://github.com/Hemil96/tech-inside-cli-tool.git

Step 5 - Change directory to cloned one

cd tech-inside-cli-tool

Step 6 - Install Tech-inside

pip install --editable .

Step 7 - Try "techinside" command and test installation!

techinside