diff --git a/README.adoc b/README.adoc index b9693ff..99edd0d 100644 --- a/README.adoc +++ b/README.adoc @@ -4914,7 +4914,7 @@ This would force China to also block package managers to block this repo. We managed to upload a Python PyPi package at: https://pypi.org/project/china-dictatorship/ but TODO needs implementing now. Usage will be as: .... -python -m pip install china-dictatorship +python -m pip install --user --upgrade china-dictatorship china-dictatorship.py > README.html .... diff --git a/push-mirrors b/push-mirrors index 52d022b..4291cd3 100755 --- a/push-mirrors +++ b/push-mirrors @@ -14,13 +14,13 @@ git commit -m 'bump package.json' git push npm publish -## Python package. -## Initial one time setup. -##python -m pip install --user setuptools wheel twine -#python setup.py sdist bdist_wheel -## Asks for password every time. -#twine upload dist/* -#rm -rf build dist *.egg-info +# Python package. +# Initial one time setup. +#python -m pip install --user setuptools wheel twine +python setup.py sdist bdist_wheel +# Asks for password every time. +twine upload dist/* +rm -rf build dist *.egg-info git push git@gitlab.com:cirosantilli/china-dictatorship.git git push git@bitbucket.org:cirosantilli/china-dictatorship.git