Browse Source

Pip install wagtail-crx

Vince Salvino 2 years ago
parent
commit
6c259ffab2
2 changed files with 3 additions and 3 deletions
  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
 
-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 - 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
         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``
 
    .. note::
@@ -58,7 +58,7 @@ Installing with Sass Support
 
 To create a project that is pre-configured to use Sass for CSS compilation:
 
-#. Run ``pip install wagtailcrx``
+#. Run ``pip install wagtail-crx``
 #. Run
 
    .. code-block:: console