Skip to content

Commit

Permalink
Update project description
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelkn committed Jan 15, 2024
1 parent f862d3e commit 8b521a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@

## Installation

To use `btester`, clone the repository and install the required dependencies:
You can install `btester` using pip. Simply run the following command:

```bash
git clone https://github.com/pawelkn/btester.git
cd btester
pip install -r requirements.txt
pip install btester
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
authors = [
{ name="Paweł Knioła", email="[email protected]" },
]
description = "Python backtest library optimized for testing portfolio performance across hundreds of tickers"
description = "Python framework optimized for running backtests on multiple assetss"
keywords = [
"python", "python3", "quantitative", "analysis", "backtesting", "portfolio", "parallel", "algorithmic", "trading"
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name="btester",
author='Paweł Knioła',
author_email='[email protected]',
description='Python backtest library optimized for testing portfolio performance across hundreds of tickers',
description='Python framework optimized for running backtests on multiple assets',
long_description=open('README.md', encoding='utf-8').read(),
license='MIT',
keywords='python python3 quantitative analysis backtesting portfolio parallel algorithmic trading',
Expand Down

0 comments on commit 8b521a1

Please sign in to comment.