mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
Update README (#6)
This commit is contained in:
parent
9908669496
commit
96ce50c3b7
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
|
@ -23,3 +23,22 @@ This project aims to:
|
|||
|
||||
(For now) our progress can be tracked through issues. Feel free
|
||||
to join the discussion.
|
||||
|
||||
### Installing from git
|
||||
|
||||
```
|
||||
pip install git+https://github.com/makimo/django-eav2@master
|
||||
```
|
||||
|
||||
### Installing from source
|
||||
|
||||
```
|
||||
git clone git@github.com:makimo/django-eav2.git
|
||||
cd django-eav2
|
||||
python setup.py install
|
||||
```
|
||||
To uninstall:
|
||||
```
|
||||
python setup.py install --record files.txt
|
||||
rm $(cat files.txt)
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue