Skip to content

Commit 805ae30

Browse files
committed
doc: fix instructions for cloning the repo
1 parent c7cf8c0 commit 805ae30

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

README.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,36 +24,22 @@ of code and key data flows.
2424

2525
Visit 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
3736
Cloning into 'appmap-python'...
3837
remote: Enumerating objects: 167, done.
3938
remote: Counting objects: 100% (167/167), done.
4039
remote: Compressing objects: 100% (100/100), done.
4140
remote: Total 962 (delta 95), reused 116 (delta 61), pack-reused 795
4241
Receiving objects: 100% (962/962), 217.31 KiB | 4.62 MiB/s, done.
4342
Resolving 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
116102
Additionally, 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
120106
the test environments. [pyenv](https://github.com/pyenv/pyenv) is an easy way to manage

0 commit comments

Comments
 (0)