Skip to content

Commit da8e2a0

Browse files
committed
Changed python2 to python
1 parent 82aae94 commit da8e2a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ A command line script to setup and configure a Layers Box.
33

44
# Installation
55
1. Clone the repository
6-
2. run `python2 setup.py --user` to install the layersbox command for your current user
6+
2. run `python setup.py --user` to install the layersbox command for your current user
77

88
# Usage
99
* run `layersbox init` to turn a directory into a LayersBox

layersbox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python2
1+
#!/usr/bin/env python
22

33
import subprocess
44
import os

0 commit comments

Comments
 (0)