Skip to content

Commit ef58ca8

Browse files
committed
Change project location description in docs
1 parent 5ecd0e7 commit ef58ca8

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

docs/getting-started/project-setup.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ Projects are the main way to organize your work in Activity Browser and Brightwa
1111

1212
A project in Activity Browser is a folder on your computer that contains all the files related to your work in Activity Browser. This includes databases, LCA calculation setups, results, and any other relevant files.
1313

14-
Projects are shared with Brightway, so you can also access them using Brightway's Python interface. They are also independent of the Activity Browser installation: deleting or updating Activity Browser will not affect your projects. You can even have multiple versions of Activity Browser installed on your computer and use the same project with all of them. By default your projects are stored in the following location:
15-
- **Windows:** `C:\Users\<YourUsername>\AppData\Local\pylca\Brightway3`
16-
- **MacOS/Linux [UPDATE THIS]:** `/Users/<YourUsername>/Documents/ActivityBrowser/Projects`
14+
Projects are shared with Brightway, so you can also access them using Brightway's Python interface. They are also independent of the Activity Browser installation: deleting or updating Activity Browser will not affect your projects. You can even have multiple versions of Activity Browser installed on your computer and use the same project with all of them. The projects folder for your operating system is shown when you launch the Activity Browser application.
15+
16+
For example, on Windows:
17+
```
18+
11:39:17 | INFO | Brightway2 data directory: C:\Users\USERNAME\AppData\Local\pylca\Brightway3
19+
```
20+
1721

1822
## Creating a new project
1923
How to create a new project in the Activity Browser depends on how you want to set up the base data (e.g. elementary flows and impact categories). You can either start from scratch and import the data you need yourself, or you can use a Brightway template project, that will come pre-loaded with a specific database and impact categories.

0 commit comments

Comments
 (0)