Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 425 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 425 Bytes

Initial_setup

Basic python package setup for new conda environment

When creating new conda environment, simply run below command

Installation using requirement

pip install -r requirements.txt

Installation

ptyhon setup.py install

Included Package

  • numpy>=1.15.4',
  • scipy>=1.1.0',
  • os
  • glob
  • datatime
  • matplotlib
  • scikit-learn
  • pandas

Further requirement

  • tensorflow (>0.12)