Improving README.md steps in Development Internals #11894
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:bug 🐛
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Rasa Open Source version
3.3.3
Rasa SDK version
No response
Python version
3.8
What operating system are you using?
Linux
What happened?
When I was intalling the environment to contribute with Rasa, first I got some instruction at this link, on the Rasa website.
On the site says we should install one of these Python supported versions:
3.7, 3.8, 3.9
or3.10
And if we need to create a new virtual environment manually using those Python3 version, we can use the 2 command below:
But if we follow the steps at the official README.md, there says we should run the following command:
python -m venv ./venv
Running this, we should get a "command not found" as this is not about the phython version 3.x we have (that is supported by Rasa)
This section at README.md should get updated to the Python3 command, as it happens on the official site rasa.com
Command / Request
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: