This repository was created for self studying.
- Download and install Miniconda
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh && \
bash Miniconda3-latest-Linux-x86_64.sh
- Create environment:
conda create -n py36 python=3.6.5
- Activate environment:
source activate py36
- Install dependency:
conda install scipy numpy matplotlib scikit-learn scikit-image csvkit jupyter \
nomkl numexpr cloudpickle pickleshare h5py CFFI requests beautifulsoup4 line_profiler \
memory_profiler pillow tqdm lxml opencv