-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
Ahmed R. Awadallah edited this page Sep 19, 2017
·
3 revisions
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
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
install dependencies
pip install -r requirements.txt
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
PyProjMan; A Python based project management tool, with brains!