Skip to content

Commit 1e7c650

Browse files
Docs: Updating the macOS guide for 'New Terminal at Folder' (#1865)
* Update mac_en.md Added an alternate option to simply terminal navigation * Update worlds/generic/docs/mac_en.md Co-authored-by: black-sliver <[email protected]>
1 parent ab64173 commit 1e7c650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worlds/generic/docs/mac_en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Here is a list of software to install and source code to download.
1515
3. Open terminal and navigate to your Archipelago directory.
1616
## Setting up a Virtual Environment
1717
It is generally recommended that you use a virtual environment to run python based software to avoid contamination that can break some software. If Archipelago is the only piece of software you use that runs from python source code however, it is not necessary to use a virtual environment.
18-
1. Open terminal and navigate to the Archipelago directory.
18+
1. Open terminal and navigate to the Archipelago directory. Alternatively, right click on the Archipelago folder in Finder and select 'New Terminal at Folder'.
1919
2. Run the command `python3 -m venv venv` to create a virtual environment. Running this command will create a new directory at the specified path, so make sure that path is clear for a new directory to be created.
2020
3. Run the command `source venv/bin/activate` to activate the virtual environment.
2121
4. If you want to exit the virtual environment, run the command `deactivate`.

0 commit comments

Comments
 (0)