Create pip package for deployment #5
Open
opened 2 years ago by merenber
·
0 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Please create a setup.cfg and/or setup.py in the root directory to automate the installation process for production. This will likely need to run some script to compile and bundle the JSX files into static assets.
The user should just have to run
pip3 install .
from the root directory and everything should be ready to go (except maybe for the .env and .htaccess).