Skip to content

Commit

Permalink
Clarify command prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
glinscott committed Sep 12, 2013
1 parent 90bf3e2 commit 50cc662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows-step-by-step-installation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Create a username/password for yourself at http://tests.stockfishchess.org/signu

4) Running the worker process

Open a command prompt in 'c:\fishtest\worker\' and type:
Open a windows command prompt (run cmd.exe) in 'c:\fishtest\worker\' and type:
'c:\Python27\python.exe worker.py --concurrency <cores> <username> <password>'
[Option concurrency refers to the number of available cores in your system (not including Hyperthreaded cores!), leaving one core for the OS. For example, on my 4 core machine, I use --concurrency 3.]

Expand Down

0 comments on commit 50cc662

Please sign in to comment.