Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
python3 -m venv cxasap_venv
.\cxasap_venv\Scripts\activate.bat
.\cxasap_venv\Scripts\activate
pip install -r requirements.txt
python .\cx_asap\system_files\setup_sys_yaml.py

...