Tag was not quite right.
Chris Pressey
2 years ago
132 | 132 | |
133 | 133 | Or you can install it using `pip`: |
134 | 134 | |
135 | pip install -e git://github.com/catseye/Falderal.git@0.13#egg=falderal | |
135 | pip install -e git://github.com/catseye/Falderal.git@rel_0_13#egg=falderal | |
136 | 136 | |
137 | Depending on your needs, you may wish to establish a virtual environment | |
138 | first. Describing how to do so is outside the scope of this document. | |
137 | (Depending on your needs, you may wish to establish a virtual environment | |
138 | first. Describing how to do so is outside the scope of this document.) | |
139 | 139 | |
140 | 140 | The implementation is (somewhat) documented in `doc/py-falderal.markdown`. |
141 | 141 |