CodeWithEmad commented on code in PR #30657: URL: https://github.com/apache/superset/pull/30657#discussion_r1824775649
########## docs/docs/contributing/development.mdx: ########## @@ -219,22 +219,22 @@ If you have made changes to the FAB-managed templates, which are not built the s If you add a new requirement or update an existing requirement (per the `install_requires` section in `setup.py`) you must recompile (freeze) the Python dependencies to ensure that for CI, testing, etc. the build is deterministic. This can be achieved via, ```bash -$ python3 -m venv venv -$ source venv/bin/activate -$ python3 -m pip install -r requirements/development.txt -$ pip-compile-multi --no-upgrade +python3 -m venv venv Review Comment: Well, that fixes a Markdown warning: `Dollar signs used before commands without showing output`. If someone needs to copy this into their terminal, they have to delete a lot of dollar signs. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
