Skip to content

Commit 3288a4b

Browse files
author
Saeid Darvish
authored
Update README.md
1 parent 6634e65 commit 3288a4b

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ This is an open-source and online book that provides a comprehensive tutorial on
1616
- Debugging techniques
1717
- Date and Time
1818

19-
This book is designed for Persian-speaking learners who have no prior experience with programming languages. The book covers all the essential topics, from basic to intermediate programming, and each chapter includes code examples to help learners reinforce their understanding of the material.
19+
This book is designed for Persian-speaking learners without prior experience with programming languages. The book covers all the essential topics, from basic to intermediate programming, and each chapter includes code examples to help learners understand the material.
2020

2121
## Getting Started
2222

23-
To get started with the book:
23+
To get started with this book, you can:
2424

2525
- Simply visit [python.coderz.ir](https://python.coderz.ir/) and start reading.
2626

@@ -31,19 +31,20 @@ To get started with the book:
3131
3232
$ pip install -U pip
3333
$ pip install virtualenv
34-
$ python -m virtualenv .pypr-venv
35-
$ source .pypr-venv/bin/activate
34+
$ python -m virtualenv .venv
35+
$ source .venv/bin/activate
3636
3737
$ cd PythonPersianTutorial
3838
$ pip install -r requirements.txt
3939
4040
$ make html
4141
4242
$ cd ./build/html
43-
$ python -m http.server
43+
$ python -m http.server 8000
4444
```
45+
then visit http://127.0.0.1:8000:
4546

46-
- Download the source code from GitHub and run it with Docker:
47+
- Download the source code from GitHub and run it in Docker:
4748

4849
```
4950
$ git clone https://github.com/saeiddrv/PythonPersianTutorial.git
@@ -53,6 +54,7 @@ To get started with the book:
5354
$ docker build -t pypersian .
5455
$ docker run -d --name pypersian -p 80:8000 pypersian
5556
```
57+
then visit http://127.0.0.1
5658

5759

5860
## Contributions
@@ -61,11 +63,11 @@ If you'd like to contribute to the book, you can fork the repository on GitHub a
6163

6264
## Credits
6365

64-
This book was authored by **Saeid Darvish**.
66+
This book was authored by [**Saeid Darvish**](https://saeiddrv.github.io).
6567

6668
## License
6769

68-
This book is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0](http://creativecommons.org/licenses/by-nc/4.0/) International Public License, which means you can use, copy, modify, merge, publish, distribute of the book for non-commercial purposes.
70+
This book is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License, which means you are free to use, copy, modify, merge, publish, and distribute the book for non-commercial purposes. Please see the [license](https://creativecommons.org/licenses/by-nc-sa/4.0/) for more details.
6971

7072
## Acknowledgments
7173

0 commit comments

Comments
 (0)