Changeset 16:cd4170142d87 in mailjam for docs/src/install.rst
- Timestamp:
- May 22, 2012, 9:31:15 AM (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/src/install.rst
r13 r16 9 9 --------------------------- 10 10 11 So far, the only dependency you will need in order to run postmanis Python_11 So far, the only dependency you will need in order to run mailjam is Python_ 12 12 13 Postmanhas been tested with python *2.7.x*, but it should work with versions13 Mailjam has been tested with python *2.7.x*, but it should work with versions 14 14 *2.6.x* too. 15 15 … … 17 17 more about how to install python. 18 18 19 .. _install_ postman:19 .. _install_mailjam: 20 20 21 Second, install Postman21 Second, install Mailjam 22 22 ----------------------- 23 23 … … 27 27 ++++++++++++++++++++ 28 28 29 You can install Postmanusing pip_::29 You can install Mailjam using pip_:: 30 30 31 pip install -e https://bitbucket.org/codigo23/ postman#egg=postman31 pip install -e https://bitbucket.org/codigo23/mailjam#egg=mailjam 32 32 33 33 .. note:: 34 34 35 Postmanhas not been recorded/uploaded to pypi_ yet, so, in order to install36 it using pip you will have to provide the URL for the public Postmanrepo.35 Mailjam has not been recorded/uploaded to pypi_ yet, so, in order to install 36 it using pip you will have to provide the URL for the public Mailjam repo. 37 37 38 38 .. _install_with_easy_install: … … 41 41 +++++++++++++++++++++++++++++ 42 42 43 You can not install Postmanusing easy_install_ yet (until we do record/upload43 You can not install Mailjam using easy_install_ yet (until we do record/upload 44 44 it to pypi) 45 45 … … 49 49 ++++++++++++++++++++++++++++++ 50 50 51 You can install Postmaninside a virtualenv_. Just create a virtualenv::51 You can install Mailjam inside a virtualenv_. Just create a virtualenv:: 52 52 53 53 virtualenv /path/to/your/env … … 64 64 source /path/to/your/env/bin/activate.csh 65 65 66 And, once the environment has been activated, use pip to install Postman::66 And, once the environment has been activated, use pip to install Mailjam:: 67 67 68 env$ pip install -e https://bitbucket.org/codigo23/ postman#egg=postman68 env$ pip install -e https://bitbucket.org/codigo23/mailjam#egg=mailjam 69 69 70 70 .. _install_from_sources: … … 89 89 *************** 90 90 91 The source code of Postmanis hosted in bitbucket_ [1]_. In order to grab91 The source code of Mailjam is hosted in bitbucket_ [1]_. In order to grab 92 92 the latest sources you need Mercurial_. 93 93 94 94 To get a copy of the sources, just *clone* the repository:: 95 95 96 hg clone https://bitbucket.org/codigo23/ postman postman-repo96 hg clone https://bitbucket.org/codigo23/mailjam mailjam-repo 97 97 98 Then, go inside the * postman-repo* directory and run::98 Then, go inside the *mailjam-repo* directory and run:: 99 99 100 100 python setup.py install … … 110 110 This process will work inside a virtualenv_ too. 111 111 112 .. _install_setting_up_ postman:112 .. _install_setting_up_mailjam: 113 113 114 Setting up Postman114 Setting up Mailjam 115 115 ------------------ 116 116 117 117 TBW 118 118 119 .. _install_running_ postman:119 .. _install_running_mailjam: 120 120 121 Running Postman121 Running Mailjam 122 122 --------------- 123 123 … … 140 140 .. _sudo: http://sudo.ws 141 141 142 .. [1] https://bitbucket.org/codigo23/ postman142 .. [1] https://bitbucket.org/codigo23/mailjam
Note:
See TracChangeset
for help on using the changeset viewer.