Skip to content

Commit

Permalink
Declare specific pyinstaller version: 4.3
Browse files Browse the repository at this point in the history
as the latest version (4.4 as of today) fails in spawning the Django 
child process
  • Loading branch information
csengor committed Jul 19, 2021
1 parent 3a3143f commit 33a95de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This is by far the most efficient method and the steps are more or less the same
>
> pip install -r requirements.txt
>
> pip install pyinstaller
> pip install pyinstaller==4.3
6. Have pyinstaller build the backend Django server:

Expand Down

0 comments on commit 33a95de

Please sign in to comment.