Skip to content

twreporter/industrial-innovation-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

industrial-innovation-crawler

Getting Started

Make sure that conda is installed for managing Python dependencies.

brew cask install anaconda  # MacOS

Then add the following line to ~/.zshrc

export PATH=/usr/local/anaconda3/bin:$PATH

Install all dependencies:

conda create -n py3 python=3 anaconda
source activate py3
conda install --yes --file requirements.txt

Export the environment:

conda env export > requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages