pip清华源安装djangorestframework

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple djangorestframework

Mac系统原装就自带python2且不可摧毁,以下pip3是自己配置的python3的pip

pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple djangorestframework

你可能感兴趣的:(pip清华源安装djangorestframework)