@@ -24,36 +24,22 @@ of code and key data flows.
2424
2525Visit the [ AppMap for Python] ( https://appland.com/docs/reference/appmap-python.html ) reference page on AppLand.com for a complete reference guide.
2626
27- # Development
27+ # Development
2828
2929[ ![ Build Status] ( https://travis-ci.com/getappmap/appmap-python.svg?branch=master )] ( https://travis-ci.com/getappmap/appmap-python )
3030
3131## Getting the code
32- Clone the repo to begin development. Note that vendored dependencies are included as
33- submodules.
32+ Clone the repo to begin development.
3433
3534``` shell
36- % git clone --recurse-submodules https://github.com/applandinc/appmap-python.git
35+ % git clone https://github.com/applandinc/appmap-python.git
3736Cloning into ' appmap-python' ...
3837remote: Enumerating objects: 167, done.
3938remote: Counting objects: 100% (167/167), done.
4039remote: Compressing objects: 100% (100/100), done.
4140remote: Total 962 (delta 95), reused 116 (delta 61), pack-reused 795
4241Receiving objects: 100% (962/962), 217.31 KiB | 4.62 MiB/s, done.
4342Resolving deltas: 100% (653/653), done.
44- Submodule ' extern/wrapt' (https://github.com/applandinc/wrapt.git) registered for path ' vendor/wrapt'
45- Cloning into ' /private/tmp/appmap-python/vendor/wrapt' ...
46- remote: Enumerating objects: 46, done.
47- remote: Counting objects: 100% (46/46), done.
48- remote: Compressing objects: 100% (39/39), done.
49- remote: Total 2537 (delta 9), reused 19 (delta 4), pack-reused 2491
50- Receiving objects: 100% (2537/2537), 755.94 KiB | 7.48 MiB/s, done.
51- Resolving deltas: 100% (1643/1643), done.
52- Submodule path ' vendor/wrapt' : checked out ' 9bdfbe54b88a64069cba1f3c36e77edc3c1339c9'
53-
54- % ls appmap-python/vendor/wrapt
55- LICENSE Makefile appveyor.yml docs src tests
56- MANIFEST.in README.rst blog setup.py tddium.yml tox.ini
5743```
5844
5945## Python version support
@@ -114,7 +100,7 @@ Note that you must install the dependencies contained in
114100
115101### tox
116102Additionally, the ` tox ` configuration provides the ability to run the tests for all
117- supported versions of Python and djanggo.
103+ supported versions of Python and Django.
118104
119105` tox ` requires that all the correct versions of Python to be available to create
120106the test environments. [ pyenv] ( https://github.com/pyenv/pyenv ) is an easy way to manage
0 commit comments