You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
To avoid conflicts with other python packages use a virtualenv
pip install virtualenv
Install Service Manager
cd ~
virtualenv servicemanager
source servicemanager/bin/activate
pip install servicemanager
Or if you want to upgrade to the newest
pip install servicemanager --upgrade
note: you may need to source the virtualenv in each new terminal session before using servicemanager. For example you can add this to your shell profile (e.g. .zprofile or .bash_profile)
source ~/servicemanager/bin/activate
Tab-completion
From 0.0.13, servicemanager can use argcomplete to provide tab completion in bash.
In order to enable this, put the following in .bashrc or .profile in your home directory: