Papert.in
  • Welcome to papertlab
  • Getting Started
    • Installation
      • Prerequisites
  • papertlab UI
    • Main Interface
    • File Management
    • Chat Interaction
    • File Editor
      • Inline AI Editor
    • Settings
      • Token & Usage Reporting Management
      • Auto Commit On/Off
    • Model Selection
    • Terminal Integration
  • Connecting to LLMs
    • OpenAI
    • Anthropic
    • Cohere
    • Gemini
    • Groq
    • Ollama
  • Aruguments
    • Main Options
    • Terminal Args
    • Git Settings
    • Other settings
  • Troubleshooting
    • File Editing Problems
    • large_repos
    • model_warnings
    • token_limits
Powered by GitBook
On this page
  1. Getting Started

Installation

PreviousWelcome to papertlabNext Prerequisites

Last updated 8 months ago

Create a Virtual Environment:

Create and activate a virtual environment to keep your dependencies isolated:

macOS/Linux:

python3 -m venv papertlab-env
source papertlab-env/bin/activate

Windows:

python -m venv papertlab-env
.\papertlab-env\Scripts\activate

Install Papertlab:

Install the Papertlab package using pip:

pip install papert-lab

Run Papertlab:

Navigate to your local Git repository or the directory you want to work in, then run:

papertlab

Access Papertlab in Your Browser:

Open your web browser and go to http://127.0.0.1:5000/ to access the Papertlab interface.