Skip to content

Commit 93fa599

Browse files
author
Kareem Zidane
committedMay 12, 2017
removed makefile and updated readme
1 parent d6ed4b4 commit 93fa599

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed
 

‎Makefile

-11
This file was deleted.

‎README.md

+3-13
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,11 @@
44

55
Supports Python 2 and Python 3.
66

7-
## Development
8-
9-
Requires [Docker Engine](https://docs.docker.com/engine/installation/).
10-
11-
make bash
12-
make deb # builds .deb
13-
147
## Installation
158

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`
9+
```
10+
pip install cs50
11+
```
2012

2113
## Usage
2214

@@ -31,8 +23,6 @@ Requires [Docker Engine](https://docs.docker.com/engine/installation/).
3123
s = cs50.get_string();
3224

3325
## TODO
34-
35-
* Add install target to Makefile.
3626
* Conditionally install for Python 2 and/or Python 3.
3727
* Add targets for `pacman`, `rpm`.
3828
* Add tests.

0 commit comments

Comments
 (0)