Made some tiny improvements in the readme.

This commit is contained in:
The Wobbler 2024-07-02 18:56:32 +02:00
parent b22d754d2f
commit c73cee7650

View file

@ -14,4 +14,18 @@ And then clone the repository into the folder: (Dont forger to replace "<site-pa
```
git clone https://teapot.informationsanarchistik.de/Wobbl/nowin.git <site-packages>
```
**Usage:**
Add this line on top of your code:
```
from nowin import nowin
```
To make it even harder to reprogram your code so that it runs on windows you can use this multiple times in your code:
```
if nowin.linux:
``