Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 267 Bytes

Commands.MD

File metadata and controls

23 lines (16 loc) · 267 Bytes

Create Enviroment

conda create -n gru python==3.7.0

Active Enviroment

conda activate gru

Install Dependencies

pip install tensorflow==2.5.0

Export Dependencies

conda list -e > requirements.txt