This commit is contained in:
2026-02-24 07:33:21 +03:00
parent 77a5cfcbaa
commit fa4284b01f

View File

@@ -5,8 +5,8 @@
2. Создаем и активируем виртуальное окружение (Python 3.10+)
python -m venv pyspark_env
source pyspark_env/bin/activate # Linux / WSL
# Windows CMD: pyspark_env\Scripts\activate.bat
# Windows PowerShell: pyspark_env\Scripts\Activate.ps1
Windows CMD: pyspark_env\Scripts\activate.bat
Windows PowerShell: pyspark_env\Scripts\Activate.ps1
3. Устанавливаем зависимости
pip install -r requirements.txt
4. Требования