assemsabry commited on
Commit
b4cb913
·
verified ·
1 Parent(s): b7f57d5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -41,7 +41,16 @@ Below is an example showcasing the model's ability to accurately follow prompt i
41
 
42
  ## Quick Start
43
 
44
- ### List available Horus models
 
 
 
 
 
 
 
 
 
45
  ```python
46
  import neuralnode as nn
47
 
@@ -49,7 +58,7 @@ import neuralnode as nn
49
  nn.print_model_list()
50
  ```
51
 
52
- ### Load and generate an image
53
  ```python
54
  import neuralnode as nn
55
 
 
41
 
42
  ## Quick Start
43
 
44
+ ### 1. Install or Upgrade NeuralNode
45
+ ```bash
46
+ # Install the framework
47
+ pip install neuralnode
48
+
49
+ # Optional: Upgrade the framework
50
+ pip install --upgrade neuralnode
51
+ ```
52
+
53
+ ### 2. List available Horus models
54
  ```python
55
  import neuralnode as nn
56
 
 
58
  nn.print_model_list()
59
  ```
60
 
61
+ ### 3. Load and generate an image
62
  ```python
63
  import neuralnode as nn
64