Jensen Holm commited on
Commit
9249567
1 Parent(s): 05819f2

adding example documentation

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -90,6 +90,13 @@ if __name__ == "__main__":
90
  train_nn_classifier()
91
  ```
92
 
 
 
 
 
 
 
 
93
 
94
  ## Roadmap
95
 
 
90
  train_nn_classifier()
91
  ```
92
 
93
+ ## Running Example
94
+
95
+ 1. `git clone https://Jensen-holm/Numpy-Neuron.git && cd Numpy-Neuron`
96
+ 2. `virtualenv venv` (can use other tools to create virtual environment)
97
+ 3. `source venv/bin/activate`
98
+ 4. `pip install -r requirements.txt numpyneuron`
99
+ 5. `python3 example.py`
100
 
101
  ## Roadmap
102