- Create the environment. You only need to do this once, but make sure to do this for each unique environment version.
conda env create -f doclue_env.yml -n doclue_env
- List environments to make sure it has been created.
conda env list
orconda info --envs
- Activate the environment.
conda activate doclue_env
Open multiple terminals
-
1 terminal for the server/splash screen
- To start the server, run
start_server.py
- To exit the server, you must kill the terminal (TODO: exit by keyboard shortcut)
- To start the server, run
-
3-6 terminals for players
- To start a player terminal, run
start_client.py
for each player terminal - To exit a player terminal, close out the client window
- To start a player terminal, run