Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -59,7 +59,7 @@ huggingface-cli download GusPuffy/sentient-simulations-pydecompiler-3.7-6.7b-v0.
59
  conda activate pydecompiler-37
60
  python bytecode.py bytecode.py > bytecode-decompiled.pycb
61
  ```
62
- 1. The bytecode has been written to bytecode-decompiled.pycb, now we need to switch to the Python 3.10 environment to run the decompiler on the test example
63
  ```
64
  conda activate pydecompiler-310
65
  python decompile.py bytecode-decompiled.pycb
 
59
  conda activate pydecompiler-37
60
  python bytecode.py bytecode.py > bytecode-decompiled.pycb
61
  ```
62
+ 2. The bytecode has been written to bytecode-decompiled.pycb, now we need to switch to the Python 3.10 environment to run the decompiler on the test example
63
  ```
64
  conda activate pydecompiler-310
65
  python decompile.py bytecode-decompiled.pycb