Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
machinelearning-introduction-workshop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
courses
machinelearning-introduction-workshop
Commits
9cb51eb0
Commit
9cb51eb0
authored
3 years ago
by
oschmanf
Browse files
Options
Downloads
Patches
Plain Diff
Update installation instructions for Linux and Windows
parent
5288207c
No related branches found
Branches containing commit
No related tags found
3 merge requests
!47
Resolve "Update installation instructions"
,
!40
Draft: Resolve "Update installation instructions"
,
!39
Draft: Resolve "Update installation instructions"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Install.md
+7
-6
7 additions, 6 deletions
Install.md
README.md
+11
-9
11 additions, 9 deletions
README.md
with
18 additions
and
15 deletions
Install.md
+
7
−
6
View file @
9cb51eb0
...
...
@@ -11,7 +11,7 @@ https://conda.io/docs/user-guide/install/
*
Run the following command:
~~~~
bash
conda
env
create
-f
environment.yml
conda
env
create
-f
environment
_linux
.yml
~~~~
### On Mac:
...
...
@@ -24,8 +24,9 @@ conda env create -f environment_mac.yml
### On Windows
*
Open the Anaconda Navigator
*
Go to
`Environments`
*
Select Import at the bottom and specify the following
*
Any name that you would like
*
Specification File: Select the
`environment.yml`
file
*
Open the Anaconda Prompt and navigate to the workshop git repository
*
Run the following command:
~~~~
conda env create -f environment.yml
~~~~
This diff is collapsed.
Click to expand it.
README.md
+
11
−
9
View file @
9cb51eb0
...
...
@@ -8,16 +8,18 @@ Material related to the SIS machine learning workshop.
https://conda.io/docs/user-guide/install/
*
**Install the environment**
*
On Linux or Mac:
Open a terminal and navigate to the workshop git repository
Run the command:
`conda env create -f environment.yml`
*
On Mac:
*
Open a terminal and navigate to the workshop git repository
*
Run the command:
`conda env create -f environment.yml`
<br/>
*
On Linux:
*
Open a terminal and navigate to the workshop git repository
*
Run the command:
`conda env create -f environment_linux.yml`
<br/>
*
On Windows
*
Open the Anaconda Navigator
*
Go to Environments
*
Select Import at the bottom and specify the following
*
Any name that you would like
*
Specification File: Select the environment.yml file
*
Open Anaconda prompt and navigate to the workshop git repository
*
Run the command:
`conda env create -f environment.yml`
<br/><br/>
*
**Check installation**
*
On
**Linux**
/
**Mac**
- open a terminal
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment