Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This tool includes software developed by the QuickFIX project

# Installation / Requirements

The script requires miltiple libraries. It is advised that it be installed within a python virtual environment:
The script requires multiple libraries. It is advised that it be installed within a python virtual environment:
```
$ sudo apt install python3-venv
$ python3 -m venv fixit_env
Expand Down
2 changes: 1 addition & 1 deletion initiator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python

"""
initiator.py - Part of the Fixit Project
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ click==8.1.7
colorama==0.4.6
configparser==7.0.0
dill==0.3.9
gnureadline==8.2.10
idna==3.7
isort==5.13.2
mccabe==0.7.0
Expand Down