Skip to content

Commit

Permalink
Addressed Issue #48
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonZhang-MZ committed Feb 1, 2025
1 parent e276b1c commit 51bda85
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,30 @@ Mingyang Zhang, Zanan Pech, Ziyuan Zhao and Abeba Nigussie Turi

## Installation

1. Clone the Repository git clone <https://github.com/UBC-MDS/traders_copilot_mzza_25.git> cd traders_copilot_mzza_25
1. Clone the Repository

2. Install the Package: \$ pip install traders_copilot_mzza_25
``` sh
git clone <https://github.com/UBC-MDS/traders_copilot_mzza_25.git>
cd traders_copilot_mzza_25
```

2. Install the Package:

``` sh
pip install traders_copilot_mzza_25
```

3. Set Up the Environment and Install Dependencies

``` shell
poetry install
```

4. Run Tests

``` sh
poetry run pytest tests/ --cov=src
```

## Features

Expand Down

0 comments on commit 51bda85

Please sign in to comment.