Skip to content

Commit

Permalink
not 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dotcomboom committed Feb 7, 2019
1 parent c4c6784 commit 44fb4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Python 3 library for building Gopher clients and servers

**NOTICE:** This is under active, *active* development and basically nothing is finalized. This whole thing can be turned on its head in the matter of two days, so I wouldn't use it for anything quite yet.

Pituophis, at the moment, only requires four modules: os, re, asyncio and ssl; all four of which are standard in most Python 3 installations. Pituophis can simply be loaded as a module like this:
Pituophis, at the moment, requires five modules: os, re, sockets, asyncio and ssl; all of which are standard in most Python 3 installations. Pituophis can simply be loaded as a module like this:
```python
import pituophis
```
Expand Down

0 comments on commit 44fb4d7

Please sign in to comment.