Skip to content

Commit e811465

Browse files
committed
Update readme.md file
1 parent bb3e400 commit e811465

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@ Test repository using Python end Selenium in testing process of the S/W web deve
33

44
<h2>About this repo</h2>
55
This repo was created for education purposes on Selenium using Python course. The educational source is a <a href="https://www.udemy.com/course/learn-selenium-automation-in-easy-python-language/" target="_blank">Udemy course</a>
6+
7+
<h2>Installation</h2>
8+
<ol>
9+
<li>Install <a href="https://www.python.org/downloads/" target="_blank">Python </a> </li>
10+
<li>Install <a href="https://pypi.org/project/selenium/" target="_blank">Selenium </a></li>
11+
<li>Install <a href="https://www.jetbrains.com/pycharm/" target="_blank">PyCharm </a>IDE</li>
12+
<li>Start a new blank project in PyCharm IDE and configure the interpreter in a such was so that to execute <i>python.exe</i> from the Python's installation folder</li>
13+
<li>In PyCharm IDE import the Selenium package </li>
14+
</ol>

0 commit comments

Comments
 (0)