Przeglądaj źródła

[docs] Add export ROOT section in Hue docs (#3427)

Ananya_Agarwal 2 lat temu
rodzic
commit
78a81b18b1

+ 3 - 0
docs/docs-site/content/administrator/installation/dependencies/_index.md

@@ -17,6 +17,9 @@ Versions supported:
 ```
 # If you are using Python 3.8, set PYTHON_VER before the build, like
 export PYTHON_VER=python3.8
+
+# Export ROOT which should point to your Hue directory
+export ROOT=<path_to_hue_directory>
 ```
 
 ## Database

+ 3 - 0
docs/docs-site/content/developer/development/_index.md

@@ -27,6 +27,9 @@ Build once:
     # Mac user might need to set
     export SKIP_PYTHONDEV_CHECK=true
 
+    # Export ROOT which should point to your Hue directory
+    export ROOT=<path_to_hue_directory>
+
     make apps
 
 The [dependencies documentation](/administrator/installation/dependencies/) is here to help for troubleshooting build issues.