Skip to content

Commit

Permalink
missing install param
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-or-feature committed Nov 29, 2024
1 parent ca42694 commit 019f3ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ $ git clone https://github.com/robcarver17/pysystemtrade.git
$ cd pysystemtrade
# either install pysystemtrade normally
$ python -m pip .
$ python -m pip install .
# or install in editable mode, with development dependencies
$ python -m pip --editable '.[dev]'
$ python -m pip install --editable '.[dev]'
```

There is a more complete installation guide [here](docs/installation.md)
Expand Down

0 comments on commit 019f3ad

Please sign in to comment.