Skip to content

Commit

Permalink
fix: Added notes to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrover112 committed Aug 6, 2021
1 parent 26c7c32 commit 2bcb837
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup/PyPy_setup.md
@@ -1,5 +1,5 @@
# PyPy Setup
## First update your distribution.
## Update your distribution.
```
sudo apt-get update
sudo apt-get update -y
Expand All @@ -26,5 +26,7 @@ pypy mp.py
OR
pypy flightscheduling.py
```
**Note**: Use PATH -m ensurepip only if an error is enocountered or if prompt says so.

**Note**:
- Use PATH -m ensurepip only if an error is enocountered or if prompt says so.
- Some Python functions aren't compatible with PyPy.Since at the time of writing it uses *Python3.7.*
Use *sys.version_info* to check incase you want to add support for PyPy3.7

0 comments on commit 2bcb837

Please sign in to comment.