Skip to content

RosettaCommons/pyrosetta_colab_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyrosetta_colab_setup

Files for our auxiliary pyrosetta_colab_setup PyPI package

How to build package for release and upload to PyPI

  1. Change version number in setup.py
# first run docker container
docker run -it python /bin/bash

pip install --user --upgrade setuptools wheel twine
rm dist/* ; python setup.py sdist bdist_wheel
python -m twine upload dist/*
python -m twine upload --repository pyrosettacolabsetup dist/*

About

Files for our auxiliary pyrosetta_colab_setup PyPI package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages