Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 285 Bytes

Commands.MD

File metadata and controls

23 lines (16 loc) · 285 Bytes

Create Enviroment

conda create -n base-library python==3.7.0

Active Enviroment

conda activate base-library

Install Dependencies

pip install tensorflow==2.5.0

Export Dependencies

conda list -e > requirements.txt