Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Remote Sensing Projects
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Mauro Dalla Mura
Remote Sensing Projects
Commits
002508bf
Commit
002508bf
authored
1 month ago
by
Daniele Picone
Browse files
Options
Downloads
Patches
Plain Diff
Added scripts for no conda environments
parent
3e11f215
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-0
14 additions, 0 deletions
README.md
with
14 additions
and
0 deletions
README.md
+
14
−
0
View file @
002508bf
...
...
@@ -78,8 +78,17 @@ To begin this project:
-
On Linux/Mac:
```
bash
cd
projects/20xx_20xx/xx-projectname
python
-m
venv .venv
--prompt
projectname
source
.venv/bin/activate
pip
install
pip
--upgrade
pip
install
-e
.
```
or, more briefly, using the provided script:
```
bash
cd
projects/20xx_20xx/xx-projectname
source
install.sh
```
-
On Windows:
```
cd projects\20xx_20xx\xx-projectname
...
...
@@ -90,6 +99,11 @@ To begin this project:
pip install -e .
```
-
You can then test the loading script provided:
```
bash
python src/data_loading.py
```
-
Update the # Group Member names section of the
`LOG.md`
file in your project
folder with the names of all the members of your group.
-
Note: Projects from previous years are available at:
...
...
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