Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To get a local copy up and running follow these simple example steps.

### Installation

Manual:
Install manually using Poetry (recommended):

1. Clone the repo
```sh
Expand All @@ -72,11 +72,8 @@ Manual:
poetry install && poetry shell
```

Pip (~~recommended~~, currently broken, see [#16](https://github.com/fabieu/steam-market-history/issues/16)):

```shell
pip install steam-market-history
```
> [!WARNING]
> PyPI installation (`pip install steam-market-history`) is currently not available due to changes in Steam's authentication mechanism. The package relies on a fork of the steam library that cannot be published to PyPI. Please use the manual installation method above. See [#16](https://github.com/fabieu/steam-market-history/issues/16) for more details.

<p align="right">(<a href="#top">back to top</a>)</p>

Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Jinja2 = "^3.1.4"
typer = ">=0.13,<0.21"
steam = { git = "https://github.com/FailSpy/steam-py-lib", rev = "3db3cfe04fb16fc9c212244d96c86b5164905c82" }

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.5"
autopep8 = "^2.3.1"
vermin = "^1.7.0"
Expand Down