Skip to content

xyz71148/pt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pt

Build Status

Installation

You can install this package as usual with pip:

git add . && git commit -m "no msg" && git push origin master && \
sudo pip3 install git+https://github.com/xyz71148/pt

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

pip3 install twine
python3 setup.py sdist bdist_wheel

twine upload --repository-url https://test.pypi.org/legacy/ dist/*
twine upload dist/*

python3 setup.py check
python3 setup.py sdist upload

init gcp template

sudo apt-get install -y python3-pip
sudo pip3 install git+https://github.com/xyz71148/pt
sudo pt -m server.ubuntu.init_docker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published