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