23-translation-howto.pd 710 B

123456789101112131415161718192021
  1. # Translation Howto
  2. The full source of the book will be available from
  3. <https://github.com/swaroopch/byte_of_python>.
  4. You are encouraged to [fork the
  5. repository](https://help.github.com/articles/fork-a-repo).
  6. You need to know how to use [Git](http://www.git-scm.com) to be able
  7. to fetch the repository to your computer.
  8. Start editing the `.pd` files to your local language. Please go
  9. through the [Pandoc
  10. README](http://johnmacfarlane.net/pandoc/README.html#pandocs-markdown)
  11. to understand the formatting of the text.
  12. Then follow the instructions in the
  13. [README](http://github.com/swaroopch/byte_of_python#README) to install
  14. the software required to be able to convert the raw source files into
  15. PDFs, etc.