We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27bace commit e57f307Copy full SHA for e57f307
README.md
@@ -10,7 +10,7 @@ Enjoy! This shouldn't be tricky any more.
10
To install the package as a requirement in your python environemnt just
11
do
12
```
13
-pip install git+https://github.com/ahmedaljazzar/django-mako.git
+pip install djangomako
14
15
16
## Using the library
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup
3
4
setup(
5
- name='django-mako',
+ name='djangomako',
6
version='1.0.0',
7
packages=['djangomako'],
8
install_requires=['Mako==1.0.7'],
0 commit comments