2020년 5월 30일 토요일

python -m pip install -e django/

C:\work\Python38-32>python -m pip install -e django/
Obtaining file:///C:/work/Python38-32/django
Requirement already satisfied: asgiref>=3.2 in c:\work\python38-32\lib\site-packages (from Django==3.2.dev20200529192325) (3.2.7)
Requirement already satisfied: pytz in c:\work\python38-32\lib\site-packages (from Django==3.2.dev20200529192325) (2020.1)
Requirement already satisfied: sqlparse>=0.2.2 in c:\work\python38-32\lib\site-packages (from Django==3.2.dev20200529192325) (0.3.1)
Installing collected packages: Django
  Found existing installation: Django 3.0.6
    Uninstalling Django-3.0.6:
      Successfully uninstalled Django-3.0.6
  Running setup.py develop for Django
Successfully installed Django
WARNING: You are using pip version 19.2.3, however version 20.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\work\Python38-32>



git clone https://github.com/django/django.git

C:\work\Python38-32>git clone https://github.com/django/django.git
Cloning into 'django'...
remote: Enumerating objects: 1, done.
remote: Counting objects: 100% (1/1), done.
remote: Total 456865 (delta 0), reused 0 (delta 0), pack-reused 456864 eceiving objects: 100% (456865/456865), 190.95 MiB | 1.67 MiB/s
Receiving objects: 100% (456865/456865), 191.48 MiB | 992.00 KiB/s, done.
Resolving deltas: 100% (334262/334262), done.
Updating files: 100% (6225/6225), done.

C:\work\Python38-32>

Installing the development version