浏览代码

Pip install wagtail-crx

Vince Salvino 3 年之前
父节点
当前提交
6c259ffab2
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      README.md
  2. 2 2
      docs/getting_started/install.rst

+ 1 - 1
README.md

@@ -54,7 +54,7 @@ are ready to use out-of-the box! This saves development time and avoids
 
 
 ## Quick start
 ## Quick start
 
 
-1. Run `pip install wagtailcrx`
+1. Run `pip install wagtail-crx`
 
 
 2. Run `wagtailcrx start mysite --sitename "My Company Inc." --domain www.example.com`
 2. Run `wagtailcrx start mysite --sitename "My Company Inc." --domain www.example.com`
 
 

+ 2 - 2
docs/getting_started/install.rst

@@ -35,7 +35,7 @@ Basic Installation
         You will need to be in the directory (folder) of your Wagtail project and have your
         You will need to be in the directory (folder) of your Wagtail project and have your
         virtual environment activated to install dependencies and run your site.
         virtual environment activated to install dependencies and run your site.
 
 
-#. Run ``pip install wagtailcrx``
+#. Run ``pip install wagtail-crx``
 #. Run ``wagtailcrx start mysite --sitename "My Company Inc." --domain www.example.com``
 #. Run ``wagtailcrx start mysite --sitename "My Company Inc." --domain www.example.com``
 
 
    .. note::
    .. note::
@@ -58,7 +58,7 @@ Installing with Sass Support
 
 
 To create a project that is pre-configured to use Sass for CSS compilation:
 To create a project that is pre-configured to use Sass for CSS compilation:
 
 
-#. Run ``pip install wagtailcrx``
+#. Run ``pip install wagtail-crx``
 #. Run
 #. Run
 
 
    .. code-block:: console
    .. code-block:: console