Virtual Environment - igheyas/WaveletTransformation GitHub Wiki
Here’s how to do it step‐by‐step in Windows CMD:
cd /d C:\Users\IAGhe\OneDrive\Documents\Learning\wavelet
:: 1. Create the venv in the current folder
python -m venv wavelet-env
:: 2. Activate it
wavelet-env\Scripts\activate
:: 3. (Optional) Upgrade pip
python -m pip install --upgrade pip
:: 4. Install the wavelet libraries
pip install numpy scipy matplotlib PyWavelets