Skip to content

Getting Started

Ahmed R. Awadallah edited this page Sep 19, 2017 · 3 revisions

System Requirements

This application is tested on python 3.4, 3.5 and 3.5, it is partially supporting python 3.7. All testing done on Linux machines, with minor testing on Windows.

This guide assumes that you already have python installed

Download

Create a new director at your machine

mkdir PyProjMan

Download from github using git

git glone https://github.com/aawadall/PyProjMan.git

or you can directly download this zip archive, and extract it into your machine

Installation

install dependencies

pip install -r requirements.txt

Usage

move to the root of the project, and run the following command

python3 py_proj_man.py 

This will open an interactive command line interface, you can start by typing HELP or MANUAL or MAN to learn about commands supported note that the ICLI is case insensitive

Clone this wiki locally