Skip to content

simple-framework/simple-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-cli

Setting up Development Environment

  1. You'll need Python 2, pip and virtualenv available on your system. On a CentOS machine, you can install pip and virtualenv by:

    yum install -y python-pip
    pip install virtualenv
  2. Fork and close this repository

    git clone http://github.com/<your_git_username>/simple-cli
    cd simple-cli
  3. Create a virtualenv and install the requirements

    virtualenv venv
    source ./venv/bin/activate
    pip install -r requirements.txt
  4. Install the CLI in the virtual environment

    pip install --editable .
  5. Setup whatever IDE you prefer to work with. You can access the CLI in the terminal directly in the virtual environment

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages