Skip to content

openhuman-ai/python-openhuman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenHuman.ai - Relastic virtual human assistant

Homepage: http://OpenHuman.ai/

Github: https://github.com/OpenHuman-ai/python-openhuman

Orgs: https://github.com/OpenHuman-ai

Installation Steps

  1. Create a setup.py file for your package, which includes information about your package such as its name, version, author, and dependencies.

  2. Create a source distribution and a wheel distribution of your package by running the following commands in your terminal:

python3 setup.py sdist bdist_wheel
  1. Create an account on PyPI if you haven't already done so. You can create an account by going to https://pypi.org/account/register/ and filling out the form.

  2. Install the twine package, which is used to upload your package to PyPI:

pip install twine
  1. Upload your package to PyPI using twine:

Remove old version before upload new

rm dist/*
twine upload dist/*
  1. Your package is now published on PyPI! Users can install it using pip install mypackage.

About

Python package for openhuman

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages