Giter Club home page Giter Club logo

devhire-extended's Introduction

DevHire-Extended Python Project Setup Guide (Windows)

Welcome to the DevHire-Extended Python project! This guide will walk you through the process of setting up the project on a Windows machine.

Clone the Repository

  1. Fork this repository

  2. Open Command Prompt or Git Bash.

  3. Navigate to the directory where you want to clone the project.

  4. Run the following command to clone the repository:

    git clone https://github.com/your-username/DevHire-Extended.git

    Replace your-username with your GitHub username.

Create a Virtual Environment

  1. Navigate to the project directory using Command Prompt or Git Bash:

    cd DevHire-Extended
  2. Create a virtual environment:

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

    • Command Prompt:

      venv\Scripts\activate
    • Git Bash:

      source venv/Scripts/activate

Install Dependencies

  1. With the virtual environment active, install project dependencies using pip:

    pip install -r requirements.txt

Setup configuration

  1. copy the file DevHireExtended/constants-template.py using:
       cp DevHireExtended/DevHireBot/constants-template.py DevHireExtended/DevHireBot/constants.py
  2. Setup your OPENAI key (or any other keys) in that file and access it in production

Run Django

  1. In the Root directory run the following command:
    python3 DevHireExtended/manage.py runserver
    OR
    py DevHireExtended/manage.py runserver
    

devhire-extended's People

Contributors

ashad001 avatar dineshdhanji avatar maaz-imam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.