Skip to content

Commit 81d99b5

Browse files
committed
update readme
1 parent 913dbfd commit 81d99b5

3 files changed

Lines changed: 4 additions & 101 deletions

File tree

python_package/README.md

Lines changed: 0 additions & 93 deletions
This file was deleted.

python_package/README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Building a Python Package
33
=========================
44

5+
56
In this exercise, you will use `uv <https://docs.astral.sh/uv/>`__ to create a package structure for the space game.
67
**uv** is a modern tool for managing virtual environments written in rust. It works similar to **pipenv** and **poetry** but is 100x faster when resolving dependencies.
78

@@ -26,7 +27,7 @@ Exercise 2: Create environment
2627
Create a project folder and execute the commands
2728

2829
::
29-
30+
3031
uv python install 3.12
3132
uv init
3233

testing/README.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,7 @@ Iterate a few times.
3535
Exercise 3: Tests for the Space Game
3636
------------------------------------
3737

38-
Run the tests for the space game.
39-
40-
Exercise 4: Test options
41-
------------------------
42-
43-
Run the tests with the following command:
38+
Run the tests for the space game with the following command:
4439

4540
::
4641

@@ -49,7 +44,7 @@ Run the tests with the following command:
4944
Explain the options.
5045

5146

52-
Exercise 5: Mocking
47+
Exercise 4: Mocking
5348
-------------------
5449

5550
Also compare the code in :download:`mock_example.py`

0 commit comments

Comments
 (0)