简体   繁体   中英

Having trouble with installing Wagtail for Python. Getting error of invalid syntax

I'm having trouble installing Wagtail on my computer (Windows 10). I installed PyCharm, a Python IDE. According to the wagtail website , I just need to run the following code to install Wagtail: $ pip install wagtail

However, I am getting the following error:

在此处输入图片说明

I have tried with and without the $ sign, but both don't seem to work. What am I doing wrong? Thanks so much!

This is not wagtail-related.

First you need to install a proper python environment on your machine, preferably with virtualenv for isolated environments, for example have a look at http://timmyreilly.azurewebsites.net/python-pip-virtualenv-installation-on-windows/ .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM