- Python 3.7
- Pipenv
pipenv install -e .
The following commands are added to your PATH
:
- miniq-server
- qsub
- qstat
- qdel
First, you must start the server.
It might be convenient to start it as a persistent, detached background process, for instance:
$ nohup miniq-server >& miniq.log < /dev/null &
[2] 38715
$ disown %2
You can set the environment variable MINIQ_PORT
if you wish to run the server on a port other than 9876
.