diff --git a/.idea/django-inlinecss.iml b/.idea/django-inlinecss.iml
new file mode 100644
index 0000000..24643cc
--- /dev/null
+++ b/.idea/django-inlinecss.iml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..28a804d
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..1c1c95c
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/README.md b/README.md
index 3a67942..2dd23b5 100644
--- a/README.md
+++ b/README.md
@@ -20,18 +20,23 @@ template language.
#### Step 2: Install django_inlinecss
-Add ```django_inlinecss``` to your ```settings.py```:
-
-```python
-INSTALLED_APPS = (
- 'django.contrib.auth',
- 'django.contrib.webdesign',
- 'django.contrib.contenttypes',
- '...',
- '...',
- '...',
- 'django_inlinecss')
-```
+1. Install `django-inlinecss`
+
+ ```bash
+ pip install django-inlinecss
+ ```
+2. Add ```django_inlinecss``` to your ```settings.py```:
+
+ ```python
+ INSTALLED_APPS = (
+ 'django.contrib.auth',
+ 'django.contrib.webdesign',
+ 'django.contrib.contenttypes',
+ '...',
+ '...',
+ '...',
+ 'django_inlinecss')
+ ```
#### Step 3: Use the templatetag