Skip to content

Commit

Permalink
docs: update usage.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Az-r-ow authored Mar 21, 2024
1 parent 5c4656e commit 8cf13e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Now all you have to do is navigate to the python example project of your liking

.. code-block:: bash
cd examples/train-predict-MNIST && python main.py
cd examples/train-predict-MNIST && mkdir dataset && python main.py
Installation
------------
Expand All @@ -55,4 +55,4 @@ Then you can import the module just like any other :
import NeuralNetPy as NNP
.. Attention::
The path to the build folder must be set before importing the module.
The path to the build folder must be set before importing the module.

0 comments on commit 8cf13e3

Please sign in to comment.