SpecialistOff.NET / Вопросы / Статьи / Фрагменты кода / Резюме / Метки / Помощь / Файлы

Назад

Getting the Development Branch of the Book


Метки: python

This book uses BitBucket.org tools, and additional tools if necessary.

  1. Sign up for an account at http://BitBucket.org.
  2. You must create an rsa key. Under OSX and Linux, and if you installed openssh with Cygwin under windows, you run ssh-keygen to generate the key, and then add it to your BitBucket account.
  3. Go to http://www.bitbucket.org/BruceEckel/python-3-patterns-idioms/, and you’ll see instructions for getting a branch for development.
  4. Work on your branch and make local commits and commits to your BitBucket account.