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:
parent
c035839892
commit
b24951d806
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
black
|
||||
black==21.7b0
|
||||
coverage
|
||||
flake8
|
||||
isort<5.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user