diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a0db69d9307e1ecaf0486fd8ce7874f47e20774..d12692eedd0f9f771bd8841bd35fd40a8c3ddbd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # v1.7 -* should work on Windows +* should work on Windows now # v1.6 diff --git a/README.md b/README.md index d3f725a5637638de752a5eab7fd427769ea7da35..03bb535dc2c0a0091cede6d421e22188acd5e90b 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ snakehouse [](http://snakehouse.readthedocs.io/en/latest/?badge=latest) [](https://github.com/smok-serwis/snakehouse) +**IMPORTANT!** + +Since for now we've lost our PyPI access, please install the packages in a following way: + +``` +pip install git+https://github.com/smok-serwis/snakehouse.git +``` + snakehouse is a tool to pack mutiple .pyx files into a single extension so that they are importable as separate Python modules inside Python.