Skip to content

Commit 4c9a517

Browse files
authored
Merge pull request #497 from nebari-dev/remove_env_man_file
Rework wording in environment management file
2 parents f2915de + 36a780a commit 4c9a517

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docs/how-tos/nebari-environment-management.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
id: nebari-environment-management
3-
title: Nebari Environment Management
3+
title: Setup Deployment Environment
44
description: Best Practices for Managing Your Python Environment
55
---
66

7-
# Nebari Python Environment Management
7+
# Nebari Deployment Python Environment Setup
8+
9+
To configure and deploy the Nebari platform, you'll first need to set up your python environment.
810

911
Nebari configuration and deployment is highly dependent on the version of the Nebari CLI that you have active when you run `nebari` commands. A such, we highly recommend [installing Conda](https://docs.anaconda.com/free/anaconda/install/) for managing isolated Python environments, especially when working on more than one Nebari deployment from the same machine or using [Nebari extensions][nebari-extension-system].
1012

@@ -21,8 +23,6 @@ pip install nebari==2024.1.1
2123
pip install nebari-plugin-self-registration==0.0.9
2224
```
2325

24-
25-
2626
<!-- internal links -->
2727

2828
[nebari-extension-system]: /how-tos/nebari-extension-system.md

0 commit comments

Comments
 (0)