leo-schick opened a new pull request, #20291:
URL: https://github.com/apache/superset/pull/20291

   ### SUMMARY
   It is best pratice 
[PEP-517](https://peps.python.org/pep-0517/)/[PEP-518](https://peps.python.org/pep-0518/)
 to add a `pyproject.toml` file defining the pip package build requirements. 
See as well: [What the heck is 
pyproject.toml?](https://snarky.ca/what-the-heck-is-pyproject-toml/).
   
   
   ### TESTING INSTRUCTIONS
   Clone the repo and go to its root directory. Run the following shell 
commands:
   
   ``` bash
   python3 -m venv .env
   .env/bin/pip install --upgrade pip
   .env/bin/pip install .
   ```
   


-- 
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]

Reply via email to