I tried running that command but I don’t see any errors. Here’s the output:
frappe-bench/env/bin/pip install -e frappe-bench/apps/frappe
Obtaining file:///Users/arsyad/Documents/Arsyad/work/python/frappe/frappe-bench/apps/frappe
Requirement already satisfied: chardet in ./frappe-bench/env/lib/python2.7/site-packages (from frappe==8.1.2)
Requirement already satisfied: cssmin in ./frappe-bench/env/lib/python2.7/site-packages (from frappe==8.1.2)
Requirement already satisfied: dropbox==7.3.1 in ./frappe-bench/env/lib/python2.7/site-packages (from frappe==8.1.2)
Requirement already satisfied: gunicorn in ./frappe-bench/env/lib/python2.7/site-packages (from frappe==8.1.2)
Requirement already satisfied: httplib2 in ./frappe-bench/env/lib/python2.7/site-packages (from frappe==8.1.2)
Requirement already satisfied: jinja2 in ./frappe-bench/env/lib/python2.7/site-packages (from frappe==8.1.2)
Requirement already satisfied: markdown2 in ./frappe-bench/env/lib/python2.7/site-packages (from frappe==8.1.2)
Requirement already satisfied: markupsafe in ./frappe-bench/env/lib/python2.7/site-packages (from frappe==8.1.2)
Collecting mysqlclient==1.3.10 (from frappe==8.1.2)
Collecting python-geoip (from frappe==8.1.2)
Using cached python_geoip-1.2-py27-none-any.whl
Collecting python-geoip-geolite2 (from frappe==8.1.2)
Using cached python_geoip_geolite2-2015.0303-py2-none-any.whl
Collecting python-dateutil (from frappe==8.1.2)
Using cached python_dateutil-2.6.0-py2.py3-none-any.whl
Collecting pytz (from frappe==8.1.2)
Using cached pytz-2017.2-py2.py3-none-any.whl
Requirement already satisfied: six in ./frappe-bench/env/lib/python2.7/site-packages (from frappe==8.1.2)
Collecting termcolor (from frappe==8.1.2)
Collecting werkzeug (from frappe==8.1.2)
Using cached Werkzeug-0.12.2-py2.py3-none-any.whl
Collecting semantic_version (from frappe==8.1.2)
Collecting rauth>=0.6.2 (from frappe==8.1.2)
Using cached rauth-0.7.3-py2-none-any.whl
Requirement already satisfied: requests in ./frappe-bench/env/lib/python2.7/site-packages (from frappe==8.1.2)
Collecting redis (from frappe==8.1.2)
Using cached redis-2.10.5-py2.py3-none-any.whl
Collecting selenium (from frappe==8.1.2)
Using cached selenium-3.4.3-py2.py3-none-any.whl
Requirement already satisfied: pdfkit in ./frappe-bench/env/src/pdfkit (from frappe==8.1.2)
Collecting babel (from frappe==8.1.2)
Using cached Babel-2.4.0-py2.py3-none-any.whl
Collecting ipython (from frappe==8.1.2)
Using cached ipython-5.4.1-py2-none-any.whl
Collecting html2text (from frappe==8.1.2)
Collecting email_reply_parser (from frappe==8.1.2)
Collecting click (from frappe==8.1.2)
Using cached click-6.7-py2.py3-none-any.whl
Collecting num2words (from frappe==8.1.2)
Collecting watchdog==0.8.0 (from frappe==8.1.2)
Collecting bleach (from frappe==8.1.2)
Using cached bleach-2.0.0-py2.py3-none-any.whl
Collecting bleach-whitelist (from frappe==8.1.2)
Collecting Pillow (from frappe==8.1.2)
Using cached Pillow-4.1.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Collecting beautifulsoup4 (from frappe==8.1.2)
Using cached beautifulsoup4-4.6.0-py2-none-any.whl
Collecting rq (from frappe==8.1.2)
Using cached rq-0.8.0-py2.py3-none-any.whl
Collecting schedule (from frappe==8.1.2)
Using cached schedule-0.4.3-py2.py3-none-any.whl
Collecting cryptography (from frappe==8.1.2)
Using cached cryptography-1.9-cp27-cp27m-macosx_10_6_intel.whl
Collecting zxcvbn (from frappe==8.1.2)
Collecting psutil (from frappe==8.1.2)
Collecting unittest-xml-reporting (from frappe==8.1.2)
Using cached unittest_xml_reporting-2.1.0-py2.py3-none-any.whl
Collecting xlwt (from frappe==8.1.2)
Using cached xlwt-1.2.0-py2.py3-none-any.whl
Collecting oauthlib (from frappe==8.1.2)
Collecting PyJWT (from frappe==8.1.2)
Using cached PyJWT-1.5.2-py2.py3-none-any.whl
Collecting pypdf (from frappe==8.1.2)
Collecting openpyxl (from frappe==8.1.2)
Requirement already satisfied: urllib3 in ./frappe-bench/env/lib/python2.7/site-packages (from dropbox==7.3.1->frappe==8.1.2)
Requirement already satisfied: certifi>=2017.4.17 in ./frappe-bench/env/lib/python2.7/site-packages (from requests->frappe==8.1.2)
Requirement already satisfied: idna<2.6,>=2.5 in ./frappe-bench/env/lib/python2.7/site-packages (from requests->frappe==8.1.2)
Requirement already satisfied: setuptools>=18.5 in ./frappe-bench/env/lib/python2.7/site-packages (from ipython->frappe==8.1.2)
Collecting backports.shutil-get-terminal-size; python_version == "2.7" (from ipython->frappe==8.1.2)
Using cached backports.shutil_get_terminal_size-1.0.0-py2.py3-none-any.whl
Collecting pickleshare (from ipython->frappe==8.1.2)
Using cached pickleshare-0.7.4-py2.py3-none-any.whl
Collecting simplegeneric>0.8 (from ipython->frappe==8.1.2)
Collecting prompt-toolkit<2.0.0,>=1.0.4 (from ipython->frappe==8.1.2)
Using cached prompt_toolkit-1.0.14-py2-none-any.whl
Collecting decorator (from ipython->frappe==8.1.2)
Using cached decorator-4.0.11-py2.py3-none-any.whl
Collecting pexpect; sys_platform != "win32" (from ipython->frappe==8.1.2)
Using cached pexpect-4.2.1-py2.py3-none-any.whl
Collecting pygments (from ipython->frappe==8.1.2)
Using cached Pygments-2.2.0-py2.py3-none-any.whl
Collecting traitlets>=4.2 (from ipython->frappe==8.1.2)
Using cached traitlets-4.3.2-py2.py3-none-any.whl
Collecting appnope; sys_platform == "darwin" (from ipython->frappe==8.1.2)
Using cached appnope-0.1.0-py2.py3-none-any.whl
Collecting pathlib2; python_version == "2.7" or python_version == "3.3" (from ipython->frappe==8.1.2)
Using cached pathlib2-2.3.0-py2.py3-none-any.whl
Collecting PyYAML>=3.10 (from watchdog==0.8.0->frappe==8.1.2)
Collecting pathtools>=0.1.1 (from watchdog==0.8.0->frappe==8.1.2)
Collecting argh>=0.24.1 (from watchdog==0.8.0->frappe==8.1.2)
Using cached argh-0.26.2-py2.py3-none-any.whl
Collecting html5lib>=0.99999999 (from bleach->frappe==8.1.2)
Using cached html5lib-0.999999999-py2.py3-none-any.whl
Collecting olefile (from Pillow->frappe==8.1.2)
Collecting enum34 (from cryptography->frappe==8.1.2)
Using cached enum34-1.1.6-py2-none-any.whl
Collecting ipaddress (from cryptography->frappe==8.1.2)
Using cached ipaddress-1.0.18-py2-none-any.whl
Collecting cffi>=1.7 (from cryptography->frappe==8.1.2)
Using cached cffi-1.10.0-cp27-cp27m-macosx_10_6_intel.whl
Collecting asn1crypto>=0.21.0 (from cryptography->frappe==8.1.2)
Using cached asn1crypto-0.22.0-py2.py3-none-any.whl
Collecting et-xmlfile (from openpyxl->frappe==8.1.2)
Collecting jdcal (from openpyxl->frappe==8.1.2)
Collecting wcwidth (from prompt-toolkit<2.0.0,>=1.0.4->ipython->frappe==8.1.2)
Using cached wcwidth-0.1.7-py2.py3-none-any.whl
Collecting ptyprocess>=0.5 (from pexpect; sys_platform != "win32"->ipython->frappe==8.1.2)
Using cached ptyprocess-0.5.2-py2.py3-none-any.whl
Collecting ipython-genutils (from traitlets>=4.2->ipython->frappe==8.1.2)
Using cached ipython_genutils-0.2.0-py2.py3-none-any.whl
Collecting scandir; python_version < "3.5" (from pathlib2; python_version == "2.7" or python_version == "3.3"->ipython->frappe==8.1.2)
Collecting webencodings (from html5lib>=0.99999999->bleach->frappe==8.1.2)
Using cached webencodings-0.5.1-py2.py3-none-any.whl
Collecting pycparser (from cffi>=1.7->cryptography->frappe==8.1.2)
Installing collected packages: mysqlclient, python-geoip, python-geoip-geolite2, python-dateutil, pytz, termcolor, werkzeug, semantic-version, rauth, redis, selenium, babel, backports.shutil-get-terminal-size, scandir, pathlib2, pickleshare, simplegeneric, wcwidth, prompt-toolkit, decorator, ptyprocess, pexpect, pygments, ipython-genutils, enum34, traitlets, appnope, ipython, html2text, email-reply-parser, click, num2words, PyYAML, pathtools, argh, watchdog, webencodings, html5lib, bleach, bleach-whitelist, olefile, Pillow, beautifulsoup4, rq, schedule, ipaddress, pycparser, cffi, asn1crypto, cryptography, zxcvbn, psutil, unittest-xml-reporting, xlwt, oauthlib, PyJWT, pypdf, et-xmlfile, jdcal, openpyxl, frappe
Running setup.py develop for frappe
Successfully installed Pillow-4.1.1 PyJWT-1.5.2 PyYAML-3.12 appnope-0.1.0 argh-0.26.2 asn1crypto-0.22.0 babel-2.4.0 backports.shutil-get-terminal-size-1.0.0 beautifulsoup4-4.6.0 bleach-2.0.0 bleach-whitelist-0.0.8 cffi-1.10.0 click-6.7 cryptography-1.9 decorator-4.0.11 email-reply-parser-0.5.9 enum34-1.1.6 et-xmlfile-1.0.1 frappe html2text-2016.9.19 html5lib-0.999999999 ipaddress-1.0.18 ipython-5.4.1 ipython-genutils-0.2.0 jdcal-1.3 mysqlclient-1.3.10 num2words-0.5.4 oauthlib-2.0.2 olefile-0.44 openpyxl-2.4.8 pathlib2-2.3.0 pathtools-0.1.2 pexpect-4.2.1 pickleshare-0.7.4 prompt-toolkit-1.0.14 psutil-5.2.2 ptyprocess-0.5.2 pycparser-2.17 pygments-2.2.0 pypdf-1.13 python-dateutil-2.6.0 python-geoip-1.2 python-geoip-geolite2-2015.303 pytz-2017.2 rauth-0.7.3 redis-2.10.5 rq-0.8.0 scandir-1.5 schedule-0.4.3 selenium-3.4.3 semantic-version-2.6.0 simplegeneric-0.8.1 termcolor-1.1.0 traitlets-4.3.2 unittest-xml-reporting-2.1.0 watchdog-0.8.0 wcwidth-0.1.7 webencodings-0.5.1 werkzeug-0.12.2 xlwt-1.2.0 zxcvbn-1.0