Quick Start =========== 1. **Create a Python environment** .. code-block:: bash conda create -n plf_env conda activate plf_env 2. **Install required packages** .. code-block:: bash pip install PyLabFlow jupyter 3. **Download the example project** To download the `Basic` folder from GitHub: 1. Go to the website: .. code-block:: text https://download-directory.github.io/ 2. Paste the GitHub folder URL: .. code-block:: text https://github.com/ExperQuick/PLF_DL_SetUps/tree/main/Basic 3. Download the folder and extract it to a location of your choice on your device. 4. **Launch Jupyter Notebook** .. code-block:: bash jupyter notebook 5. **Open the project in your browser** Navigate to the folder where you extracted the downloaded project. 6. **Follow the instructions sequentially** Execute the files in order: - `setup.py` - `experiment.ipynb` - `Monitor.ipynb` Follow the steps in the README and respective `.ipynb` files inside the folder for smooth setup, experiments, and monitoring.