This commit is contained in:
Si11ium 2020-04-08 16:15:20 +02:00
parent 5d108d456d
commit b6d76df71f

View File

@ -10,4 +10,17 @@ Clone it to find a collection of:
- DL Modules
- A Plotter Object
###Notes:
- Use directory links to link from your main project folder to the ml_lib folder. Pycharm will automatically use
included packages.
\
\
For Windows Users:
```
mklink /d "ml_lib" "..\ml_lib""
```
For Unix User:
```
TBA
```
- Cheers