We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba07bc commit 5f87e64Copy full SHA for 5f87e64
README.md
@@ -11,9 +11,9 @@ Requires [Docker Engine](https://docs.docker.com/engine/installation/).
11
12
## Installation
13
14
-1. Download the latest release per https://github.com/cs50/lib50-python/releases
15
-1. Extract `lib50-python-*`
16
-1. `cd lib50-python-*`
+1. Download the latest release per https://github.com/cs50/python-cs50/releases
+1. Extract `python-cs50-*`
+1. `cd python-cs50-*`
17
1. `make install`
18
19
## Usage
@@ -30,6 +30,7 @@ Requires [Docker Engine](https://docs.docker.com/engine/installation/).
30
31
## TODO
32
33
+* Add install target to Makefile.
34
* Add comments.
35
* Conditionally install for Python 2 and/or Python 3.
36
* Add targets for `pacman`, `rpm`.
0 commit comments