turbaszek commented on a change in pull request #7730: [AIRFLOW-7067] Pinned 
version of Apache Airflow
URL: https://github.com/apache/airflow/pull/7730#discussion_r396076916
 
 

 ##########
 File path: INSTALL
 ##########
 @@ -11,12 +24,31 @@ java -jar apache-rat.jar -E ./.rat-excludes -d .
 # to connect to other services. You might want to test or run Airflow
 # from a virtual env to make sure those dependencies are separated
 # from your system wide versions
-python -m my_env
-source my_env/bin/activate
 
-# [required] building and installing
-# by pip (preferred)
+python3 -m venv PATH_TO_YOUR_VENV
+source PATH_TO_YOUR_VENV/bin/activate
+
+# [required] building and installing by pip (preferred)
 pip install .
 
 # or directly
 python setup.py install
+
+# You can also install recommended version of the dependencies by using 
requirements.txt
+# as constraint file
+
+pip install . --constraint requirements.txt
 
 Review comment:
   How should I know if I should use requirements or not?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to