17 lines
365 B
Markdown
17 lines
365 B
Markdown
|
# Nowin
|
||
|
|
||
|
Makes your code only run on linux once imported.
|
||
|
|
||
|
To install:
|
||
|
|
||
|
Find your site-packages folder using this command: (USER_SITE)
|
||
|
|
||
|
```
|
||
|
python3 -m site
|
||
|
```
|
||
|
|
||
|
And then clone the repository into the folder: (Dont forger to replace "<site-packages>" with your actual path.)
|
||
|
|
||
|
```
|
||
|
git clone https://teapot.informationsanarchistik.de/Wobbl/nowin.git <site-packages>
|
||
|
``
|