Skip to content

Basic python package setup for new conda environment

Notifications You must be signed in to change notification settings

dglee/Initial_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

Basic python package setup for new conda environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages