From 4264aafe930c5b37a5965aed4ea80bc1d49b4147 Mon Sep 17 00:00:00 2001 From: Peter Ralph Date: Tue, 20 Oct 2020 09:51:46 -0700 Subject: [PATCH] remove spurious mention of conda As pointed out by @jeromekelleher at https://github.com/tskit-dev/tskit/pull/892#discussion_r507584577 --- docs/development.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/development.rst b/docs/development.rst index 81b41fbfd0..e1069ae511 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -228,10 +228,9 @@ To view the documentation, and then navigate your web browser to the ``docs/_build/html/`` subdirectory. -To test out the *code*, you can either use conda (as described above), -or, if you change to the ``python/`` subdirectory, -run ``make`` to compile the C code, -and execute ``python`` from this subdirectory, +To test out changes to the *code*, you can change to the ``python/`` subdirectory, +and run ``make`` to compile the C code. +If you then execute ``python`` from this subdirectory (and only this one!), it will use the modified version of the package. (For instance, you might want to open an interactive ``python`` shell from the ``python/`` subdirectory,