Fiaz Technologies

Installation

Install PyWebflow and set up a development environment.

Install PyWebflow

To install PyWebflow using pip:

pip install pywebflow

To install the latest version directly from the Git repository:

pip install git+https://github.com/muhammad-fiaz/pywebflow.git

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

git clone https://github.com/muhammad-fiaz/pywebflow.git
cd pywebflow

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:

uv sync

Install JavaScript/TypeScript Dependencies

bun i

Building PyWebflow

Build for Frontend Development

bun build:frontend

Build for Production

uv build

Now Your can Changes can be tested by pip installing the package in your local environment.

pip install path/to/pywebflow.tar.gz

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 🎉.

Edit on GitHub

Last updated on

On this page