This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Make sure Python is installed | |
python --version | |
# [Install pip](https://copygrammer.com/how-to-install-pip-and-codeintel-on-mac-os-mojave/) | |
sudo easy_install pip | |
# (it will ask for your admin password) | |
# [Install python-vipaccess](https://stackoverflow.com/questions/18199853/error-could-not-create-library-python-2-7-site-packages-xlrd-permission-den) | |
pip3 install python-vipaccess --user |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
running install | |
running bdist_egg | |
running egg_info | |
writing requirements to pip.egg-info/requires.txt | |
writing pip.egg-info/PKG-INFO | |
writing top-level names to pip.egg-info/top_level.txt | |
writing dependency_links to pip.egg-info/dependency_links.txt | |
writing entry points to pip.egg-info/entry_points.txt | |
reading manifest file 'pip.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' |