From 75c32b65dd576d8208491db18d0c96ac62961979 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com>
Date: Sat, 10 Aug 2024 09:22:39 +0200
Subject: [PATCH] v1.7

---
 CHANGELOG.md | 2 +-
 README.md    | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a0db69..d12692e 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 d3f725a..03bb535 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,14 @@ snakehouse
 [![Documentation Status](https://readthedocs.org/projects/snakehouse/badge/?version=latest)](http://snakehouse.readthedocs.io/en/latest/?badge=latest)
 [![License](https://img.shields.io/pypi/l/snakehouse)](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.
-- 
GitLab