# SC Python Ecosytem on Windows This note compiles the installation needs for the SC Data analysis ecosystem on Windows. :::info :notebook: **Task** is to test the installation process on Windows, and check that it all works. Report if anything is wrong for improvement and document the process for users to be able to reproduce. ::: ## Installation requirements Python 3.8 or more. Packages to install and document * [scdata](https://pypi.org/project/scdata/) * [smartcitizen-connector](https://pypi.org/project/smartcitizen-connector/) * [jupyter lab](https://pypi.org/project/jupyterlab/) Commands should be as simple as this, but they need to be tested: ``` pip install scdata pip install smartcitizen-connector pip install jupyterlab ```