Skip to main content

No project description provided

Project description

GLManager

Modo de instalacao manual

  • Instalando GIT
sudo apt-get update && sudo apt-get install git -y
  • Instalando script
git clone https://github.com/DuTra01/GLManager.git
cd GLManager
pip3 install -r requirements.txt
  • Execute o script
python3 -m app

Modo de instalacao automatizada

  • Instalando python3, pip3 e git
sudo apt-get update && sudo apt-get install git python3 python3-pip -y
  • Instalando script
pip3 install git+https://github.com/DuTra01/GLManager.git

Ou

git clone https://github.com/DuTra01/GLManager.git
cd GLManager
python3 setup.py install

Atualize o script

pip3 install --upgrade git+https://github.com/DuTra01/GLManager.git

Ou

cd ~/
rm -rf GLManager
git clone git+https://github.com/DuTra01/GLManager.git
cd GLManager
python3 setup.py install
  • Comando de execucao
vps

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

GLManager-1.1.6.tar.gz (48.9 kB view hashes)

Uploaded Source

Built Distribution

GLManager-1.1.6-py3-none-any.whl (69.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page