Update the docs
This commit is contained in:
@@ -6,13 +6,18 @@ echo Looking for Python
|
||||
python --version 2>NUL
|
||||
if errorlevel 1 goto errorNoPython
|
||||
echo Python found. OK.
|
||||
echo.
|
||||
|
||||
if exist setup.py (
|
||||
echo setup.py found. OK.
|
||||
) else (
|
||||
goto errorNoSetup
|
||||
cd ..
|
||||
if exist setup.py (
|
||||
echo setup.py found. OK.
|
||||
) else (
|
||||
goto errorNoSetup
|
||||
)
|
||||
)
|
||||
echo.
|
||||
|
||||
:: Install the PyQt5, lxml and pyenchant dependencies
|
||||
python setup.py pip
|
||||
|
||||
@@ -10,16 +10,21 @@ echo Python found. OK.
|
||||
if exist setup.py (
|
||||
echo setup.py found. OK.
|
||||
) else (
|
||||
goto errorNoSetup
|
||||
cd ..
|
||||
if exist setup.py (
|
||||
echo setup.py found. OK.
|
||||
) else (
|
||||
goto errorNoSetup
|
||||
)
|
||||
)
|
||||
echo.
|
||||
|
||||
:: Remove the PyQt5, lxml and pyenchant dependencies
|
||||
pip uninstall -r requirements.txt
|
||||
|
||||
:: Remove the desktop and start menu icons
|
||||
python setup.py win-uninstall
|
||||
|
||||
:: Remove the PyQt5, lxml and pyenchant dependencies
|
||||
pip uninstall -r requirements.txt
|
||||
|
||||
pause
|
||||
goto:eof
|
||||
|
||||
|
||||
Reference in New Issue
Block a user