ngure1 / JTweet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JTweet readme

Installation

Installation

  1. Clone the repository:

    git clone https://github.com/ngure1/JTweet.git
    cd JTweet
  2. Create a virtual environment:

    python -m venv venv
    virtualenv venv    
    
  3. Activate the virtual environment:

    • On Windows:
      venv\Scripts\activate
    • On Unix or MacOS:
      source venv/bin/activate
  4. Install dependencies:

    pip install -r requirements.txt
  5. Run the development server:

    python manage.py runserver
  6. Open your browser and navigate to http://127.0.0.1:8000/ to access the application.

About


Languages

Language:Python 91.1%Language:HTML 8.6%Language:CSS 0.3%