Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation for deprecations in 4.0.0 update #125

Open
bandophahita opened this issue Feb 8, 2024 · 0 comments
Open

documentation for deprecations in 4.0.0 update #125

bandophahita opened this issue Feb 8, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@bandophahita
Copy link
Contributor

bandophahita commented Feb 8, 2024

Reading through the deprecation documentation for 4.0.0 it states the following:

Upgrading to this version will see you first install ScreenPy slightly differently. To get the same features, your install will change like this:

pip install screenpy

⇩ to

pip install screenpy[selenium,requests,allure]

I think it's worth pointing out that users could also install the sub-packages they want directly from pip, since they automatically include screenpy as a dependency.

pip install screenpy_selenium
pip install screenpy_requests
@bandophahita bandophahita added the documentation Improvements or additions to documentation label Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant