Skip to content

Commit 0e1c204

Browse files
committed
how to install from GitHub
1 parent 7096e50 commit 0e1c204

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README-Finder.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,21 @@ The new user interface is based on the [React](https://reactjs.org/) framework w
101101

102102
## Installation
103103

104+
The new version of **django-filer** is not yet available on PyPI. Therefore, you have to install it
105+
from GitHub:
106+
107+
```shell
108+
git clone django-filer
109+
cd django-filer
110+
git switch finder
111+
pip install --no-deps -e .
112+
```
113+
104114
The new version of **django-filer** requires Django-5.2 or later. Since this currently is not
105-
released, you have to install the current development version of Django from GitHub.
115+
released, you have to install the current development version of Django from GitHub as well.
116+
117+
The new version of **django-filer** currently only works with SQLite. This will of course change in
118+
the future.
106119

107120
In `settings.py` of your project, add these extra dependencies or those one you really need:
108121

0 commit comments

Comments
 (0)