LoginSignup
0
4

More than 5 years have passed since last update.

[Django] Macで0から開発環境構築

Last updated at Posted at 2017-09-19

Djangoって?

今機械学習で話題のpython製フレームワーク。多分一番メジャー。
詳しくは割愛

pythonインストール

pyenv(pythonのバージョン管理ツール)とpython のインストール

*pip install [pythonのバージョン] でエラーになったら
xcode-select --install
を叩いてもう一度やって見てください

それでも無理なら 
brew install zlib
でもう一度

Django インストール

pip install django

そのあとのチュートリアルはこちらを参考にするといいと思います。
https://docs.djangoproject.com/ja/1.11/intro/tutorial01/

0
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
4