如何使用 Anaconda 安装 Django Rest Framework?

n_y*_*n_y 4 python python-3.x django-rest-framework anaconda conda

我使用的主要操作系统是 Ubuntu 和 Windows。

我在 conda 中找不到包。我使用的是 python 3.5。

Cha*_*ays 5

DRF 现在在 conda-forge 上。您可以使用以下方法安装它:

conda config --add channels conda-forge
conda install djangorestframework
Run Code Online (Sandbox Code Playgroud)

有关 conda-forge 的更多信息:https ://conda-forge.github.io/