Dependency resolve (#6359)

* Updated install instructions in Readme

* Fix black version to prevent mismatch with typing-extensions

Co-authored-by: Joshua Sangmeister <joshua.sangmeister@gmail.com>
This commit is contained in:
bug0001 2022-02-16 10:11:22 +01:00 committed by GitHub
parent c035839892
commit b24951d806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -21,10 +21,11 @@ instructions <DEVELOPMENT.rst>`_.
Get OpenSlides
--------------
First, you have to clone this repository::
First, you have to clone this repository, then checkout the latest stable branch::
git clone https://github.com/OpenSlides/OpenSlides.git --recurse-submodules
cd OpenSlides/
git checkout stable/3.4.x
**Note about migrating from version 3.3 or earlier**: With OpenSlides 3.4 submodules
and a Docker setup were introduced. If you ran into problems try to delete your

View File

@ -1,4 +1,4 @@
black
black==21.7b0
coverage
flake8
isort<5.0.0