Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.27 KB

File metadata and controls

26 lines (20 loc) · 1.27 KB
_разработка Sayfullin R.R.

Инструкция актуальна для Linux-систем.

Используемые технологии: python = "^3.11"

Скопируйте репозиторий с помощью команды: $ git clone https://github.com/RuslanSayfullin/deep-learning-with-python.git Перейдите в основную директорию с помощью команды: $ cd deep-learning-with-python

Создать и активировать виртуальное окружение:

$ python3 -m venv venv 
$ source venv/bin/activate 

Установить зависимости из файла requirements.txt: (venv) $ pip install -r requirements.txt

Cоздания файла зависимостейс помощью команды: $ pip freeze > requirements.txt

Источник

======================================================================================================================== https://github.com/fchollet/deep-learning-with-python-notebooks