From f7ab316bdcf7be62496b4ffee31b5e83205fec4e Mon Sep 17 00:00:00 2001 From: juanesf Date: Thu, 13 Oct 2022 12:38:08 -0300 Subject: [PATCH] Update windows.rst - Add simple instructions for wsl - Add screenshot of boxesserver on wsl --- documentation/src/install/windows.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/documentation/src/install/windows.rst b/documentation/src/install/windows.rst index de7ebb0..836b9e0 100644 --- a/documentation/src/install/windows.rst +++ b/documentation/src/install/windows.rst @@ -76,3 +76,16 @@ Another way of installing Boxes.py on Windows is to use the Windows Subsystem for Linux (WSL). This requires newer versions of Windows 10. Once it is installed (e.g. via the Ubuntu App from the Microsoft Store), the installation is identical to the installation on Linux systems. + +Once wsl is installed, run it and enter the following commands: + +- :code:`cd ~` +- :code:`git clone https://github.com/florianfesti/boxes.git` +- :code:`cd ~/boxes` +- :code:`python3 -m pip install -r ~/boxes/requirements.txt` +- :code:`python3 ~/boxes/scripts/boxesserver` + +.. figure:: win11-wsl-boxesserver-localhost.png + :scale: 50% + :alt: Screenshot of a browser window running Boxes.py locally on WSL + :align: center