Installation
Install PyWebflow and set up a development environment.
Install PyWebflow
To install PyWebflow using pip:
To install the latest version directly from the Git repository:
Now the PyWebflow library is installed and ready to use in your Python projects. For more information on how to setup PyWebflow into your projects, check out the Getting Started Guide.
Development Installation (For Contributors)
If you're interested in contributing to PyWebflow, follow these steps to set up a development environment:
Clone the Repository
Install Python Dependencies
We use uv
as the package manager for Python. If you haven’t installed uv
, check out the installation guide.
Once installed, sync dependencies:
Install JavaScript/TypeScript Dependencies
Building PyWebflow
Build for Frontend Development
Build for Production
Now Your can Changes can be tested by pip installing the package in your local environment.
Once the changes you have made are finalized, make sure to test it and then you can submit a pull request to the main repository 🎉.
Last updated on