Skip to content

feat: Create distributable package and update dependencies #1142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

0HASHMI0
Copy link

This commit introduces the following changes:

  • Updates setup.py and requirements.txt to reconcile dependencies and modifies the browser-use package version to 0.2.4 as per your request.
  • The setup.py is configured to create a console script openmanus.

A zip archive openmanus_package.zip has been generated in the workspace. This archive contains:

  • The project wheel (openmanus-0.1.0-py3-none-any.whl).
  • The requirements.txt file for installing dependencies.
  • A README_INSTALL.md file with instructions on how to set up a virtual environment, install dependencies, and run the application.

To use the package:

  1. Obtain the openmanus_package.zip file from the workspace/build artifacts.
  2. Extract the zip file.
  3. Follow the instructions in README_INSTALL.md within the extracted folder.

This addresses the issue of making the project executable and packaging it with its dependencies, adapting to environmental constraints by providing a comprehensive installation guide rather than a fully self-contained executable with all dependencies bundled directly.

Features

  • Feature 1
  • Feature 2

Feature Docs

Influence

Result

Other

This commit introduces the following changes:

- Updates `setup.py` and `requirements.txt` to reconcile dependencies and modifies the `browser-use` package version to `0.2.4` as per your request.
- The `setup.py` is configured to create a console script `openmanus`.

A zip archive `openmanus_package.zip` has been generated in the workspace. This archive contains:
- The project wheel (`openmanus-0.1.0-py3-none-any.whl`).
- The `requirements.txt` file for installing dependencies.
- A `README_INSTALL.md` file with instructions on how to set up a virtual environment, install dependencies, and run the application.

To use the package:
1. Obtain the `openmanus_package.zip` file from the workspace/build artifacts.
2. Extract the zip file.
3. Follow the instructions in `README_INSTALL.md` within the extracted folder.

This addresses the issue of making the project executable and packaging it with its dependencies, adapting to environmental constraints by providing a comprehensive installation guide rather than a fully self-contained executable with all dependencies bundled directly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant