mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-30 04:36:08 -04:00
🏝 Clean up readme
This commit is contained in:
parent
0c765993ce
commit
e303e3c507
@ -1,9 +1,9 @@
|
|||||||
## Python & Algorithms Book 1st Edition (2014, a published by Hanbit Media)
|
## Python, Algorithms and Data Structures (2014)
|
||||||
|
|
||||||
➡️ 📚[Download PDF (first edition)](https://github.com/bt3gl/Python-and-Algorithms-and-Data-Structures/blob/master/First_edition_2014/ebook_pdf/book_second_edition.pdf).
|
[Download PDF (first edition,published by Hanbit Media)](https://github.com/bt3gl/Python-and-Algorithms-and-Data-Structures/blob/master/First_edition_2014/ebook_pdf/book_second_edition.pdf).
|
||||||
|
|
||||||
|
|
||||||
## Installation:
|
## To run the snippet:
|
||||||
|
|
||||||
Install dependencies in a [virtual environment](https://coderwall.com/p/8-aeka):
|
Install dependencies in a [virtual environment](https://coderwall.com/p/8-aeka):
|
||||||
|
|
||||||
@ -12,3 +12,4 @@ virtualenv venv
|
|||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user