You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: run_complement_newbuild.bat
+8-73Lines changed: 8 additions & 73 deletions
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,13 @@ rem 2020-09-26 Jupyterlab-3 simplification
5
5
rem 2020-09-27 Jupyterlab-3 5S (looking for missing detail)
6
6
rem 2020-10-25no_more_needed "nbextension enable" no more needed for bqplot, ipyleaflet, ipympl
7
7
rem 2021-01-30: jupyterlab2 final stuff removal
8
+
rem 2021-03-13: notebook classic stuff removal
8
9
9
10
10
11
rem if build error, launch "WinPython Command Prompt.exe" dos ico, then try manual install of requirements.txt
11
-
rem that is: pip install --pre --no-index --trusted-host=None --find-links=C:\WinP\packages.srcreq -c C:\WinP\constraints.txt -r c:\....\requirements.txt
12
+
rem that is: pip install --pre --no-index --trusted-host=None --find-links=C:\WinP\packages.srcreq -c C:\WinP\constraints.txt -r C:\WinP\bd39\requirements_test.txt Qt5_requirements64.txt Cod_requirements64.txt
13
+
rem python -m pip freeze>C:\WinP\bd39\req_test150.txt between intermediate steps
14
+
rem
12
15
rem ( drag & drop "requirements.txt" file in the dos window a the end of the line, to get full path)
13
16
rem then drag & drop "run_complement_newbuild.bat" file in the dos window and launch it
14
17
@@ -30,55 +33,12 @@ if not exist "%WINPYDIR%\Lib\site-packages\mingwpy" set pydistutils_cfg=%WINPYDI
0 commit comments