Skip to content

Commit 75bb904

Browse files
authored
Update README.md
1 parent 7fd4a2c commit 75bb904

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,28 @@
11
# messylib
2-
General codes (mostly python) usable for your projects.
3-
2+
General codes (mostly python) usable for your projects. Codes are organised into each individual folders or modules according to their theme, each module will have their own spesific requirements.txt. So install the dependencies according to your module usage, this to keep your environment light.
3+
```
4+
messylib
5+
L messylib
6+
L module1
7+
L requirements.txt
8+
L codes.py
9+
...
10+
L module2
11+
L requirements.txt
12+
L codes.py
13+
...
14+
...
15+
```
416
## Hot to use
517
1. Clone this repo:
618
```
719
git clone https://github.com/rafsanlab/messylib.git
820
```
9-
2. Install requirements based on which modules to use (optionaml):
21+
2. Install requirements based on which modules to use (optional):
1022
```
1123
pip install -r messylib/visualisation/requirements.txt
1224
```
13-
4. Start using it in your project:
25+
3. Start using it in your project:
1426
```
1527
from messylib.visualisation.dataframe import plot_dataframe
1628
```

0 commit comments

Comments
 (0)