Skip to content

Azmi-84/the-derivation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup Guide

Prerequisites

This project requires the following essentials to set up locally:

1. Git

Git is a version control system that helps manage code changes.

2. Python

Python is the programming language used in this project.

3. Virtual Environment

A Python virtual environment isolates project dependencies from your system Python installation.

4. UV Package Manager

UV is a fast, reliable Python package manager and resolver.

Installation Steps by OS

Windows

  1. Clone the Repository:
    git clone https://github.com/your-username/your-repository.git
    cd your-repository
  2. Set Up Virtual Environment:
    python -m venv venv
    .\venv\Scripts\activate
  3. Install Dependencies with UV:
    uv install
  4. Run the Project:
    uv run

Releases

No releases published

Packages

 
 
 

Contributors