Skip to content

Install faster #9

@AI10x

Description

@AI10x

Install the Browser Agent much faster -

#!/bin/bash

# Create virtual environment if it doesn't exist
if [ ! -d "browser_use" ]; then
    python3 -m venv browser_use
fi

# Source the virtual environment
source browser_use/bin/activate

# Run the setup script
./setup.sh



``

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions