Skip to content

Commit

Permalink
how to install from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Nov 21, 2024
1 parent 7096e50 commit 0e1c204
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README-Finder.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,21 @@ The new user interface is based on the [React](https://reactjs.org/) framework w

## Installation

The new version of **django-filer** is not yet available on PyPI. Therefore, you have to install it
from GitHub:

```shell
git clone django-filer
cd django-filer
git switch finder
pip install --no-deps -e .
```

The new version of **django-filer** requires Django-5.2 or later. Since this currently is not
released, you have to install the current development version of Django from GitHub.
released, you have to install the current development version of Django from GitHub as well.

The new version of **django-filer** currently only works with SQLite. This will of course change in
the future.

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

Expand Down

0 comments on commit 0e1c204

Please sign in to comment.