Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rocolib_old
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yusuke Tanaka
rocolib_old
Commits
623f9c71
Commit
623f9c71
authored
4 years ago
by
mehtank
Browse files
Options
Downloads
Patches
Plain Diff
README
parent
fe89d570
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+31
-0
31 additions, 0 deletions
README.md
with
31 additions
and
0 deletions
README.md
0 → 100644
+
31
−
0
View file @
623f9c71
# RoCo backend
## Generate custom 2D patterns for papercraft, lasercutter, or wood
### Requirements
-
Python 3
-
`pip`
-
`virtualenv`
(optional)
### Install
(optionally) create a virtualenv, and pip install the rocolib library:
```
pip install git+https://git.uclalemur.com/roco/rocolib#egg=rocolib
```
### Usage
If you created a virtualenv during install, enter it. Then, you can import and use this module in scripts or the python REPL.
See
[
a simple tutorial
](
https://git.uclalemur.com/roco/tutorial
)
for more details on how to use RoCo.
### Development
```
% git clone https://git.uclalemur.com/roco/rocolib.git
% ./vstart.sh
```
`vstart.sh`
creates the virtualenv and pip installs the requirements on first run; it launches a shell within that virtualenv whenever run. Editing the source code will be reflected in the rocolib modules whenever re-imported.
This diff is collapsed.
Click to expand it.
Preview
0%
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