Skip to content

Commit

Permalink
fix: xblock-sdk setup instructions (#2101)
Browse files Browse the repository at this point in the history
* chore: add documentation to xblock setup for running make install and mkdir var fixing #1714

---------

Co-authored-by: Feanil Patel <feanil@tcril.org>
  • Loading branch information
jesperhodge and feanil committed Feb 6, 2023
1 parent 6a25d04 commit f63b147
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions en_us/xblock-tutorial/source/reusable/clone_sdk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,23 @@ requirements. To do this, complete the following steps at a command prompt.
(venv) $ git clone https://github.com/openedx/xblock-sdk.git
#. In the same directory, create an empty directory called `var`.

.. code-block:: bash
(venv) $ mkdir var
#. Run the following command to change to the ``xblock-sdk`` directory.

.. code-block:: bash
(venv) $ cd xblock-sdk
#. Run the following command to install the XBlock SDK requirements.
#. Run the following commands to install the XBlock SDK requirements.

.. code-block:: bash
(venv) $ pip install -r requirements/base.txt
(venv) $ make install
#. Run the following command to return to the ``xblock_development`` directory,
where you will perform the rest of your work.
Expand Down

0 comments on commit f63b147

Please sign in to comment.