Skip to content

Commit

Permalink
Running inside poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Samreay committed Oct 9, 2023
1 parent a58f851 commit ee4a356
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ serve:
poetry run mkdocs serve --clean

docs:
poetry run poetry version $(VERSION) && mkdocs build
poetry run poetry version $(VERSION) && poetry run mkdocs build

pushdocs:
poetry run poetry version $(VERSION) && mkdocs gh-deploy --force
poetry run poetry version $(VERSION) && poetry run mkdocs gh-deploy --force

build:
rm -rf dist; poetry version $(VERSION) && poetry publish --build --dry-run
Expand Down
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ ChainConsumer is a python package designed to do one thing - consume the chains

## Installation

The latest version of ChainConsumer requires at least Python 3.10.
The latest version of ChainConsumer requires at least Python 3.10. If you have a version of `ChainConsumer` that is older (v0.34.0 or below)
you will find this documentation not very useful.

`pip install chainconsumer`

Expand Down

0 comments on commit ee4a356

Please sign in to comment.