mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Only install pyreadline on Windows
It's not required on Linux
This commit is contained in:
parent
d61d540655
commit
d5dc0d4d5b
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ opencv-python==3.4.2.17
|
|||
pycairo==1.17.1; sys_platform == 'linux'
|
||||
pycairo>=1.18.0; sys_platform == 'win32'
|
||||
pydub==0.23.0
|
||||
pyreadline==2.1
|
||||
pyreadline==2.1; sys_platform == 'win32'
|
||||
|
|
Loading…
Add table
Reference in a new issue