We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ed4b4 commit 93fa599Copy full SHA for 93fa599
Makefile
README.md
@@ -4,19 +4,11 @@
4
5
Supports Python 2 and Python 3.
6
7
-## Development
8
-
9
-Requires [Docker Engine](https://docs.docker.com/engine/installation/).
10
11
- make bash
12
- make deb # builds .deb
13
14
## Installation
15
16
-1. Download the latest release per https://github.com/cs50/python-cs50/releases
17
-1. Extract `python-cs50-*`
18
-1. `cd python-cs50-*`
19
-1. `make install`
+```
+pip install cs50
20
21
## Usage
22
@@ -31,8 +23,6 @@ Requires [Docker Engine](https://docs.docker.com/engine/installation/).
31
23
s = cs50.get_string();
32
24
33
25
## TODO
34
35
-* Add install target to Makefile.
36
26
* Conditionally install for Python 2 and/or Python 3.
37
27
* Add targets for `pacman`, `rpm`.
38
28
* Add tests.
0 commit comments