Skip to content

Commit

Permalink
sanfilip windows curses fix (#380)
Browse files Browse the repository at this point in the history
* use windows-curses on windows

* fix readme inaccuracy

* fix missing comma; add clean to Makefile
  • Loading branch information
sanfilip authored Dec 16, 2021
1 parent 7497460 commit 10b4034
Show file tree
Hide file tree
Showing 5 changed files with 407 additions and 373 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ pip-install-dev: pip-update
build:
python setup.py sdist bdist_wheel

clean:
rm -rf build dist

prepare-docs-source:
@sphinx-apidoc -f -o source gradient
@cp source/cli_docs/gradient.cli.rst source/gradient.cli.rst
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ sphinx = "*"
recommonmark = "*"
sphinx-click = "*"
gql = {extras = ["requests"], version = "==3.0.0a6"}
windows-curses = {version = ">=2.3.0", markers = "platform_system=='Windows'"}

[dev-packages]
twine = "*"
Expand Down
Loading

0 comments on commit 10b4034

Please sign in to comment.