Skip to content

Commit 8bf3bb7

Browse files
author
Alexandr Shurigin
committed
readme fix
1 parent 4c169ca commit 8bf3bb7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ uuid - [a-fA-F0-9]{8}-?[a-fA-F0-9]{4}-?[a-fA-F0-9]{4}-?[a-fA-F0-9]{4}-?[a-fA-F0-
1717

1818
If you want to offer more macros by default, you can fork and make pull request.
1919

20+
### Installation
21+
22+
You can install library with pipy like a charm.
23+
24+
```
25+
pip install django-macros-url
26+
```
27+
2028
### Usage
2129

2230
Django Macros Urls used same way as django standart urls. You just import this and declare your patterns with macros.

0 commit comments

Comments
 (0)