Installing python dateutil

前端 未结 3 1201
南笙
南笙 2021-02-03 17:30

I tried to install python dateutil for my django tastypie but unsuccessful,

http://labix.org/python-dateutil#head-2f49784d6b27bae60cde1cff6a535663cf87497b

I down

3条回答
  •  执念已碎
    2021-02-03 17:59

    On Windows:

    Simply use following code,

    $ pip install python-dateutil
    

    If you want with easy_install try below command,( run Command Prompt CMD as Administrator )

    $ easy_install python-dateutil
    

    On Ubuntu:

    For Ubuntu OS use following code,

    sudo apt-get install python-dateutil
    

提交回复
热议问题