Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeboute authored Jan 21, 2025
1 parent b047ab2 commit 97c854d
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# pystock

[![License](https://img.shields.io/github/license/mdeboute/pystock)](./LICENSE)
[![CI-CD](https://github.com/mdeboute/pystock/actions/workflows/CI-CD.yml/badge.svg)](https://github.com/mdeboute/pystock/actions/workflows/CI-CD.yml)

A tool that helps you better invest in the stock market.

## Features
Expand All @@ -11,8 +14,19 @@ A tool that helps you better invest in the stock market.

## Installation

```bash
pip install pystock
The package is not yet available on PyPI. To install the package, clone the repository and generate a wheel file:

```bash
git clone https://github.com/mdeboute/pystock.git
cd pystock
uv sync
uv build
```

Then, install the wheel file:

```bash
pip install dist/pystock-0.1.0-py3-none-any.whl
```

## Usage
Expand Down

0 comments on commit 97c854d

Please sign in to comment.