pvlib / twoaxistracking

twoaxistracking is a python package for simulating two-axis tracking solar collectors, particularly self-shading.
https://twoaxistracking.readthedocs.io
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

Upload package to PyPi #19

Closed AdamRJensen closed 2 years ago

AdamRJensen commented 2 years ago

Once the package reaches version 0.2 it should be uploaded to PyPi, such that it can be installed with the following command:

pip install twoaxistracking

The upload to PyPi may be done automatically.

kandersolar commented 2 years ago

Here's how pvlib does it: https://github.com/pvlib/pvlib-python/blob/master/.github/workflows/publish.yml