Skip to content

troystribling/cryptocoins

Repository files navigation

Required Packages

brew install pyenv
brew install pyenv-virtualenv
brew install lzop

Initialize pyenv and pyenv-virtualenv

Add the following to .zshrc

eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"

Reinitialize shell,

source .zshrc

Install python

pyenv install 3.6.1

Install Xcode Command Line Tools

If the python build fails because of missing libraries install Xcode command line tools and try again.

xcode-select --install

Create Virtual Environment in Project Directory

pyenv virtualenv 3.6.1 cryptocoins
pyenv local 3.6.1

Activate Virtual Environment

pyenv activate cryptocoins

Install Packages

pip install -r requirements.txt

Start Editing

If atom is used start from the command line in the project directory to be sure the virtual environment is recognized during the editing session.

Data Files

About

Collect data from crypto coin sources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors