Skip to content

Commit a3cfc28

Browse files
committed
Update README.md
Removed references to Python when mentioning the exercise generator - the existence of the executable removes the need for it.
1 parent 15f5c18 commit a3cfc28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@ Refer to the document on the [anatomy of a practice exercise][practice-exercise]
6060
#### Practice Exercise Generation
6161

6262
Many practice exercises are part of a canonical set of exercises shared across tracks (information on this can be found in the [problem specifications repository][problem-specs].
63-
If you have Python installed, then there is a generator in the ./bin folder that you can use to generate all of the requisite files from the problem-specifications.
63+
There is a generator in the ./bin folder that you can use to generate all of the requisite files from the problem-specifications.
6464
To run it, navigate to your common-lisp repository and enter the following:
6565

6666
```sh
67-
python ./bin/lisp_exercise_generator.py
67+
./bin/lisp_exercise_generator
6868
```
6969

7070
From there, you will be prompted to provide three further pieces of information.
7171
(Note, you _will_ need to have cloned the [problem specifications repository][problem-specs].)
72-
This script will generate and fill in all the necessary files, with the exception of the .meta/example.lisp file, which you will need to complete yourself.
72+
This will generate and fill in all the necessary files, with the exception of the .meta/example.lisp file, which you will need to complete yourself.
7373
*The common-lisp/config.json file will remain unaltered* - you will have to manually alter that file.
7474

7575
A Common Lisp replacement for this generator will be coming "soon".

0 commit comments

Comments
 (0)