Open blythed opened 2 years ago
PyPi allows 60MB of uploaded material. Since the model is a small package, find a way to make a package pip installable. This would involve using a generic setup.py and copying the important material into a directory, etc..
setup.py
Isn't this already done? We are able to do pip install padl.
pip install padl
🛰️ Feature
PyPi allows 60MB of uploaded material. Since the model is a small package, find a way to make a package pip installable. This would involve using a generic
setup.py
and copying the important material into a directory, etc..