Skip to content

Commit

Permalink
remove redundant requirements
Browse files Browse the repository at this point in the history
Signed-off-by: D <[email protected]>
  • Loading branch information
D authored and denyeart committed Jan 24, 2022
1 parent 2a7ce8c commit ef357cf
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docs/source/write_first_app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,6 @@ programming language runtimes and dependencies.
- Ensure you have a suitable version of Node installed. Instructions for installing Node can be found in the `Node.js
documentation <https://nodejs.dev/learn/how-to-install-nodejs>`_.

- If you are on Windows, you can use npm to install the `windows-build-tools <https://github.com/felixrieseberg/windows-build-tools#readme>`_
which installs all required compilers and tooling by running the following command:

.. code-block:: bash
npm install --global windows-build-tools
- If you are on Linux, you need to install `Python v2.7 <https://www.python.org/download/releases/2.7/>`_, `make <https://www.gnu.org/software/make/>`_,
and a C/C++ compiler toolchain such as `GCC <https://gcc.gnu.org/>`_. You can run the following command to install
these tools:

.. code-block:: bash
sudo apt install build-essential

Set up the blockchain network
=============================
Expand Down

0 comments on commit ef357cf

Please sign in to comment.